Interface IHasTeleportOption
Namespace: Eco.Gameplay.Utils
Assembly: Eco.Gameplay.dll
Syntax
public interface IHasTeleportOption : IHasSerializableID, IHasUniversalID
Properties
CanTeleport
Declaration
virtual bool CanTeleport { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Pos
Declaration
Vector3i Pos { get; }
Property Value
| Type | Description |
|---|---|
| Vector3i |