Interface IRotation
Represents an object with a UnityEngine.Quaternion rotation.
Namespace: Exiled.API.Interfaces
Assembly: Exiled.API.dll
Syntax
public interface IRotation
Properties
| Improve this Doc View SourceRotation
Gets the rotation of this object.
Declaration
Quaternion Rotation { get; }
Property Value
Type | Description |
---|---|
UnityEngine.Quaternion |