Difference between revisions of "DOMAnimationLayer"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the DOMAnimationLayer class)
(Documentation for the DOMAnimationLayer class)
Line 1: Line 1:
* '''Inherits class: [[DOMObject]]'''
+
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.
 +
 
 +
*'''Inherits class: [[DOMObject]]'''
 
===Remarks <nowiki>[</nowiki>[{{fullurl:DOMAnimationLayer Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
===Remarks <nowiki>[</nowiki>[{{fullurl:DOMAnimationLayer Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
{{:DOMAnimationLayer Remarks}}
 
{{:DOMAnimationLayer Remarks}}
Line 5: Line 7:
 
===Properties===
 
===Properties===
 
:{{CSharp|AnimatorAnimationInfo[] AnimatorAnimList {get; set;} }}
 
:{{CSharp|AnimatorAnimationInfo[] AnimatorAnimList {get; set;} }}
 +
::
 +
::The list of all valid animations for the layer. An array of [[AnimatorAnimationInfo]] structures.
  
 
===Constructors===
 
===Constructors===

Revision as of 15:24, 18 November 2016

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.