IRotatable Interface

RAGE Plugin Hook Documentation

[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

public interface IRotatable

The IRotatable type exposes the following members.

Properties

  NameDescription
Public propertyDirection
Gets or sets the direction of this instance.
Public propertyOrientation
Gets or sets the orientation of this instance.
Public propertyQuaternion Obsolete.
Gets or sets the quaternion of this instance.
Public propertyRotation
Gets or sets the rotation of this instance.
Top
Methods

  NameDescription
Public methodFace(ISpatial)
Sets the orientation of this instance to face the specified ISpatial.
Public methodFace(Vector3)
Sets the orientation of this instance to face the specified position.
Top
See Also

Reference