DOMAnimationLayer

From Virtual World Web Wiki
Revision as of 21:02, 12 April 2017 by Spark5 (Talk | contribs) (Documentation for the DOMAnimationLayer class)

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()

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.