Difference between revisions of "DOMCurveKeyframeExtended"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the DOMCurveKeyframeExtended class)
(Documentation for the DOMCurveKeyframeExtended class)
Line 8: Line 8:
 
===Properties===
 
===Properties===
 
:{{CSharp|float Time {get; set;} // Via attribution on DOMCurveKeyframe }}
 
:{{CSharp|float Time {get; set;} // Via attribution on DOMCurveKeyframe }}
 +
::
 +
::The time offset of this keyframe from the beginning of the [[DOMCurve]] animation, in seconds.
  
 
===Events===
 
===Events===

Revision as of 19:41, 4 April 2017

Represents a DOMCurveKeyframe in JavaScript

Remarks [edit]

Properties

float Time {get; set;} // Via attribution on DOMCurveKeyframe
The time offset of this keyframe from the beginning of the DOMCurve animation, in seconds.

Events

OnPlayerCrossed(DOMCurvePlayerExtended player)
Parameters:
player : The player which crossed the keyframe
Fires when this keyframe is crossed by a player

Methods

DOMObjectExtended CreateBoolValue(string name, bool value)
Creates a new DOMCurveValue node with the specified name, and bool value
DOMObjectExtended CreateColorValue(string name, Color32 value)
Creates a new DOMCurveValue node with the specified name, and Color32 value
DOMObjectExtended CreateFloatValue(string name, float value)
Creates a new DOMCurveValue node with the specified name, and float value
DOMObjectExtended CreateIntValue(string name, int value)
Creates a new DOMCurveValue node with the specified name, and int value
DOMObjectExtended CreatePointValue(string name, JSVector3 value)
Creates a new DOMCurveValue node with the specified name, and Point3D value
DOMObjectExtended CreateResourceValue(string name, ResourceValue value)
Creates a new DOMCurveValue node with the specified name, and ResourceValue value
DOMObjectExtended CreateStringValue(string name, string value)
Creates a new DOMCurveValue node with the specified name, and string value
DOMObjectExtended CreateValue(string name)
Creates a new DOMCurveValue node with the specified name, you must set a property on it with an appropriate value