LayeredAnimationControllerOptions
Defined in: renderer/src/LayeredAnimationController.ts:5
Options for LayeredAnimationController.
Type Parameters
Section titled “Type Parameters”T extends string
Properties
Section titled “Properties”controllers
Section titled “controllers”controllers:
AnimationController<T>[]
Defined in: renderer/src/LayeredAnimationController.ts:11
Sibling controllers to drive in lockstep. Typically one per visual layer (head, body, outfit) of a layered character, each living on its own child entity with its own AnimatedSpriteComponent.