sparkle-engine

Interface ISpriteOptions

interface ISpriteOptions {
    animations?: Animations;
    color?: Color;
    engine?: SparkleEngine;
    offset?: Vector2;
    position?: Vector2;
    resident?: boolean;
    rotation?: number;
    scale?: Vector2;
    skew?: Vector2;
    tags?: string[];
    texture?: Texture;
}

Hierarchy (view full)

Properties

animations?: Animations
color?: Color
engine?: SparkleEngine
offset?: Vector2
position?: Vector2
resident?: boolean
rotation?: number
scale?: Vector2
skew?: Vector2
tags?: string[]
texture?: Texture