Interface ILineStyleOptions

interface ILineStyleOptions {
    alignment?: number;
    alpha?: number;
    cap?: LINE_CAP;
    color?: ColorSource;
    join?: LINE_JOIN;
    matrix?: Matrix;
    miterLimit?: number;
    native?: boolean;
    texture?: Texture<Resource>;
    width?: number;
}

Hierarchy (view full)

Properties

alignment?: number
alpha?: number
cap?: LINE_CAP
color?: ColorSource
join?: LINE_JOIN
matrix?: Matrix
miterLimit?: number
native?: boolean
texture?: Texture<Resource>
width?: number

Generated using TypeDoc