Rapid Render API
    Preparing search index...

    Interface ILineRenderOptions

    interface ILineRenderOptions {
        closed?: boolean;
        color?: Color;
        points: Vec2[];
        roundCap?: boolean;
        texture?: Texture;
        textureMode?: LineTextureMode;
        width?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    closed?: boolean
    color?: Color
    points: Vec2[]
    roundCap?: boolean
    texture?: Texture
    textureMode?: LineTextureMode
    width?: number