sparkle-engine

Interface IDrawOptions

interface IDrawOptions {
    color?: Color;
    position: Vector2;
    shader?: GLShader;
}

Hierarchy (view full)

Properties

color?: Color
position: Vector2
shader?: GLShader