Interface IEntity.IManagedInterface
Represents the managed interface implemented by its unmanaged counterpart.
public interface IEntity.IManagedInterface : IUnmanagedInterface
- Inherited Members
Methods
GetPosition()
Gets the position of this entity.
Vector3 GetPosition()
Returns
- Vector3
The position of this entity.
GetRotation()
Gets the rotation of this entity.
GTAQuat GetRotation()
Returns
- GTAQuat
The rotation of this entity.
GetVirtualWorld()
Gets the virtual world of this entity.
int GetVirtualWorld()
Returns
- int
The virtual world of this entity.
SetPosition(Vector3)
Sets the position of this entity.
void SetPosition(Vector3 position)
Parameters
positionVector3The position to set.
SetRotation(GTAQuat)
Sets the rotation of this entity.
void SetRotation(GTAQuat rotation)
Parameters
rotationGTAQuatThe rotation to set.
SetVirtualWorld(int)
Sets the virtual world of this entity.
void SetVirtualWorld(int vw)
Parameters
vwintThe virtual world to set.