DOMAnimationLayer

From Virtual World Web Wiki
Jump to: navigation, search

Represents a layer in an animation controller. This node must be the direct child of a DOMAnimationController node. It's children must all be DOMAnimations.

Remarks [edit]

Properties

AnimatorAnimationInfo[] AnimatorAnimList {get; set;}
The list of all valid animations for the layer. An array of AnimatorAnimationInfo structures.

Constructors

DOMAnimationLayer()
Constructs a new DOMAnimationLayer with default settings
DOMAnimationLayer(DOMObject[] children)
Constructs a new DOMAnimationLayer, adding children at the same time
DOMAnimationLayer(string title, DOMObject[] children)
Constructs a new DOMAnimationLayer, setting a title and adding children at the same time

Methods

bool CheckChild(DOMObject value)
Called on DOMObject derived types just before a child is added to their Children collection to ensure they are acceptable
bool CheckParent(DOMObject parent)
Called on DOMObject derived types just before they are added to the DOM to ensure their parent is appropriate.