sparkle-engine

Interface IDrawLineOptions

interface IDrawLineOptions {
    color?: Color;
    lineWdith: number;
    position: Vector2;
    shader?: GLShader;
}

Hierarchy (view full)

Properties

color?: Color
lineWdith: number
position: Vector2
shader?: GLShader