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 4: Line 4:
  
 
===Properties===
 
===Properties===
:{{CSharp|Single Time {get; set;} }}
+
:{{CSharp|float Time {get; set;} }}
  
 
===Events===
 
===Events===

Revision as of 17:55, 20 February 2017

Remarks [edit]

Properties

float 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.