Interface AsukaCanvas2DInteractionOptions

interface AsukaCanvas2DInteractionOptions {
    dimHoveredObject?: boolean;
}

Properties

dimHoveredObject?: boolean