Interface IRotation
- Namespace
- Exiled.API.Interfaces
- Assembly
- Exiled.API.dll
Represents an object with a UnityEngine.Quaternion rotation.
public interface IRotation
- Extension Methods
Properties
Rotation
Gets the rotation of this object.
Quaternion Rotation { get; }
Property Value
- Quaternion