sparkle-engine

Interface IDrawPolygonOptions

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

Hierarchy (view full)

Properties

color?: Color
position: Vector2
shader?: GLShader