interface NumberPlaneStyle {
    antiAlias?: boolean;
    blendMode?: BlendMode;
    gridColor?: Color;
    rotation?: number;
    scaleX?: number;
    scaleY?: number;
    transparency?: number;
}

Hierarchy (view full)

Properties

antiAlias?: boolean
blendMode?: BlendMode
gridColor?: Color
rotation?: number
scaleX?: number
scaleY?: number
transparency?: number