Speed

Gets and sets the speed of the object at the particular waypoint. The object’s speed adjusts in between waypoints to reach the speed of its next waypoint.

 

JavaScript

 

Speed

 

C#

 

double Speed { get; set; }

 

C++

 

HRESULT Speed([out, retval] double* pVal)

HRESULT Speed([in] double pVal)