AnimatedSpriteData
Defined in: renderer/src/AnimatedSpriteComponent.ts:27
Serializable snapshot of an AnimatedSpriteComponent.
Extends
Section titled “Extends”Properties
Section titled “Properties”alpha?
Section titled “alpha?”
optionalalpha?:number
Defined in: renderer/src/VisualComponent.ts:73
Inherited from
Section titled “Inherited from”anchor?
Section titled “anchor?”
optionalanchor?:object
Defined in: renderer/src/AnimatedSpriteComponent.ts:30
Persisted component-level anchor; an active animation’s anchor may still override at runtime.
x:
number
y:
number
blendMode?
Section titled “blendMode?”
optionalblendMode?:BLEND_MODES
Defined in: renderer/src/VisualComponent.ts:76
Omitted while the object blends normally, which is the common case.
Inherited from
Section titled “Inherited from”effects?
Section titled “effects?”
optionaleffects?:EffectStackSnapshot
Defined in: renderer/src/VisualComponent.ts:83
Inherited from
Section titled “Inherited from”interactive?
Section titled “interactive?”
optionalinteractive?:VisualInteractiveOptions
Defined in: renderer/src/VisualComponent.ts:82
See VisualComponentOptions.interactive — persisted so restored
scenes keep eventMode and the consumeOnInteraction mark on the
rebuilt container.
Inherited from
Section titled “Inherited from”VisualComponentData.interactive
layer:
string
Defined in: renderer/src/VisualComponent.ts:71
Inherited from
Section titled “Inherited from”
optionalmask?:MaskSnapshot
Defined in: renderer/src/VisualComponent.ts:84
Inherited from
Section titled “Inherited from”source
Section titled “source”source:
FrameSource
Defined in: renderer/src/AnimatedSpriteComponent.ts:28
optionaltint?:ColorSource
Defined in: renderer/src/VisualComponent.ts:72
Inherited from
Section titled “Inherited from”visible?
Section titled “visible?”
optionalvisible?:boolean
Defined in: renderer/src/VisualComponent.ts:74