Difference between revisions of "DOMCurvePlayer"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the DOMCurvePlayer class)
(Documentation for the DOMCurvePlayer class)
Line 30: Line 30:
 
===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.
  
 
:{{CSharp|void Update()}}
 
:{{CSharp|void Update()}}
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 20:34, 18 October 2016

Remarks [edit]

Properties

DOMCurve Curve {get;}
long JumpKeyframeID {get; set;}
bool Loop {get; set;}
DOMCurveOperation Operation {get; set;}
bool Reverse {get; set;}
string Selector {get; set;}
int StepCount {get; set;}
Single Time {get; set;}

Events

KeyframeCrossed(EventHandler<KeyframeCrossedEventArgs>)

Constructors

DOMCurvePlayer()
DOMCurvePlayer(string title)

Methods

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