gameforge - v0.1.12
    Preparing search index...

    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 Summary)

    Index

    Properties

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