Home > All Other Interfaces > ITerrainDynamicObject > TurnSpeed

TurnSpeed

The turn speed of the object in degrees per second. If the object has a very low turn speed value and a very high speed value, it may not be able to follow the exact route, especially at tight turns.

 

JavaScript

 

 

 

 

TurnSpeed

 

C#

 

 

 

 

double TurnSpeed { get; set; }

 

C++

 

 

 

 

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

HRESULT TurnSpeed([in] double pVal)