sparkle-engine

Interface ITextOptions

interface ITextOptions {
    anchor?: TextAnchor;
    color?: Color;
    engine?: SparkleEngine;
    font?: string;
    offset?: Vector2;
    position?: Vector2;
    resident?: boolean;
    rotation?: number;
    scale?: Vector2;
    skew?: Vector2;
    tags?: string[];
    text?: string;
}

Hierarchy (view full)

Properties

anchor?: TextAnchor
color?: Color
engine?: SparkleEngine
font?: string
offset?: Vector2
position?: Vector2
resident?: boolean
rotation?: number
scale?: Vector2
skew?: Vector2
tags?: string[]
text?: string