Interface IPosition
Represents an object with a UnityEngine.Vector3 position.
Namespace: Exiled.API.Interfaces
Assembly: Exiled.API.dll
Syntax
public interface IPosition
Properties
| Improve this Doc View SourcePosition
Gets the position of this object.
Declaration
Vector3 Position { get; }
Property Value
Type | Description |
---|---|
UnityEngine.Vector3 |