DOMCurveKeyframe

From Virtual World Web Wiki
Revision as of 17:55, 20 February 2017 by Spark5 (Talk | contribs) (Documentation for the DOMCurveKeyframe class)

Jump to: navigation, search

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.