AnimatedSpriteComponentOptions
Defined in: renderer/src/AnimatedSpriteComponent.ts:10
Options for creating an AnimatedSpriteComponent.
Properties
Section titled “Properties”layer?
Section titled “layer?”
optionallayer?:string
Defined in: renderer/src/AnimatedSpriteComponent.ts:16
Render layer name. Default: “default”.
source?
Section titled “source?”
optionalsource?:FrameSource
Defined in: renderer/src/AnimatedSpriteComponent.ts:12
Serializable frame source (sprite strip or atlas).
textures?
Section titled “textures?”
optionaltextures?: readonlyTextureInput[]
Defined in: renderer/src/AnimatedSpriteComponent.ts:14
Raw texture array (not serializable, backward compat).