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 * pRotate
);
public: HRESULT put_RotateMarkers(
VARIANT_BOOL Rotate
);
|
[Java] |
---|
public bool getRotateMarkers();
public void setRotateMarkers(
bool
);
|
See Also