Difference between revisions of "DOMCurveKeyframe"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the DOMCurveKeyframe class)
(Documentation for the DOMCurveKeyframe class)
Line 18: Line 18:
 
===Methods===
 
===Methods===
 
:{{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:34, 18 October 2016

Remarks [edit]

Properties

Single Time {get; set;}

Events

PlayerCrossed(EventHandler<PlayerCrossedEventArgs>)

Constructors

DOMCurveKeyframe()
DOMCurveKeyframe(DOMObject[] children)
DOMCurveKeyframe(string title, DOMObject[] children)

Methods

bool CheckParent(DOMObject parent)
Called on DOMObject derived types just before they are added to the DOM to ensure their parent is appropriate.