Difference between revisions of "DOMInterpolation"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the DOMInterpolation class)
 
(Documentation for the DOMInterpolation class)
Line 1: Line 1:
 
* '''Inherits class: [[DOMObject]]'''
 
* '''Inherits class: [[DOMObject]]'''
 +
===Remarks <nowiki>[</nowiki>[{{fullurl:DOMInterpolation Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 +
{{:DOMInterpolation Remarks}}
 +
 
===Properties===
 
===Properties===
 
:{{CSharp|Point3D Location {get; set;} }}
 
:{{CSharp|Point3D Location {get; set;} }}
Line 31: Line 34:
  
 
:{{CSharp|bool Start()}}
 
:{{CSharp|bool Start()}}
 +
 +
__NOTOC____NOEDITSECTION__

Revision as of 17:59, 11 October 2016

Remarks [edit]

Properties

Point3D Location {get; set;}
Point3D Orientation {get; set;}
Point3D Position {get; set;}
Point3D PositionDelta {get; set;}
Point3D Rotation {get; set;}
Point3D RotationDelta {get; set;}
Single Speed {get; set;}
Point3D TargetPosition {get; set;}
Point3D TargetRotation {get; set;}
DateTime Timestamp {get; set;}
Double TimeTotal {get; set;}

Methods

void CalculateValues(DOMTransform parent)
bool CheckParent(DOMObject parent)
void OnUpdate(Object state)
bool Start()