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 11: Line 11:
 
===Methods===
 
===Methods===
 
:{{CSharp|bool CheckChild(DOMObject value)}}
 
:{{CSharp|bool CheckChild(DOMObject value)}}
 +
::
 +
::Called on DOMObject derived types just before a child is added to their Children collection to ensure they are acceptable
 +
 
:{{CSharp|bool CheckParent(DOMObject parent)}}
 
:{{CSharp|bool CheckParent(DOMObject parent)}}
 +
::
 +
::Called on DOMObject derived types just before they are added to the DOM to ensure their parent is appropriate.
 +
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 20:47, 18 October 2016

Remarks [edit]

Properties

AnimatorAnimationInfo[] AnimatorAnimList {get; set;}

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.