Interface IPosition
- Namespace
- Exiled.API.Interfaces
- Assembly
- Exiled.API.dll
Represents an object with a UnityEngine.Vector3 position.
public interface IPosition
- Extension Methods
Properties
Position
Gets the position of this object.
Vector3 Position { get; }
Property Value
- Vector3