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 1: Line 1:
* '''Inherits class: [[DOMObject]]'''
+
*'''Inherits class: [[DOMObject]]'''
 
===Remarks <nowiki>[</nowiki>[{{fullurl:DOMCurveKeyframe Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
===Remarks <nowiki>[</nowiki>[{{fullurl:DOMCurveKeyframe Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
{{:DOMCurveKeyframe Remarks}}
 
{{:DOMCurveKeyframe Remarks}}

Revision as of 15:24, 18 November 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.