Properties related to the Sprite
module.
Static variables
staticread onlycursor:Property<Float> = new Property<Float>("cursor")
The normalized animation cursor.
staticread onlyplayback_rate:Property<Float> = new Property<Float>("playback_rate")
The animation playback rate. A multiplier to the animation playback rate.
The playback_rate is a non-negative number, a negative value will be clamped to 0.
staticread onlyscale:Property<Vector3> = new Property<Vector3>("scale")
The non-uniform scale of the sprite.