[This is preliminary documentation and is subject to change.]
Represents an object that can be rotated.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
The IRotatable type exposes the following members.
Properties
Name | Description | |
---|---|---|
Direction |
Gets or sets the direction of this instance.
| |
Orientation |
Gets or sets the orientation of this instance.
| |
Quaternion | Obsolete.
Gets or sets the quaternion of this instance.
| |
Rotation |
Gets or sets the rotation of this instance.
|
Methods
Name | Description | |
---|---|---|
Face(ISpatial) |
Sets the orientation of this instance to face the specified ISpatial.
| |
Face(Vector3) |
Sets the orientation of this instance to face the specified position.
|
See Also