Description
If true, rotates entity markers to follow
their velocity vector.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property RotateMarkers() As Boolean
|
| [C#] |
public bool RotateMarkers {get; set;}
|
| [Managed C++] |
public: __property bool get_RotateMarkers();
public: __property void set_RotateMarkers(
bool
);
|
| [Unmanaged C++] |
public: HRESULT get_RotateMarkers(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_RotateMarkers(
VARIANT_BOOL NewRotateMarkers
);
|
| [Java] |
public bool getRotateMarkers();public void setRotateMarkers(
bool
);
|
See Also