Skip to content

LayeredAnimationControllerOptions

Defined in: renderer/src/LayeredAnimationController.ts:5

Options for LayeredAnimationController.

T extends string

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.