Space Engineers
Public Member Functions | Properties | List of all members
VRage.Game.ModAPI.Ingame.IMyEntity Interface Reference

Ingame (Programmable Block) interface for all entities. More...

Inheritance diagram for VRage.Game.ModAPI.Ingame.IMyEntity:
VRage.Game.ModAPI.Ingame.IMyCubeBlock VRage.Game.ModAPI.Ingame.IMyCubeGrid VRage.ModAPI.IMyEntity VRage.Game.ModAPI.IMyCubeBlock VRage.Game.ModAPI.IMyCubeGrid Sandbox.ModAPI.IMyInventoryBag Sandbox.ModAPI.IMyMeteor Sandbox.ModAPI.Weapons.IMyAngleGrinder Sandbox.ModAPI.Weapons.IMyAutomaticRifleGun Sandbox.ModAPI.Weapons.IMyBlockPlacerBase Sandbox.ModAPI.Weapons.IMyEngineerToolBase Sandbox.ModAPI.Weapons.IMyHandDrill Sandbox.ModAPI.Weapons.IMyWelder VRage.Game.Entity.MyEntity VRage.Game.ModAPI.IMyCharacter VRage.Game.ModAPI.IMyCubeBlock VRage.Game.ModAPI.IMyCubeGrid VRage.Game.ModAPI.IMyFloatingObject VRage.ModAPI.IMyVoxelBase

Public Member Functions

VRageMath.Vector3D GetPosition ()
 

Properties

MyEntityComponentContainer Components [get]
 
long EntityId [get]
 
VRageMath.BoundingBoxD WorldAABB [get]
 
VRageMath.BoundingBoxD WorldAABBHr [get]
 
VRageMath.MatrixD WorldMatrix [get]
 
VRageMath.BoundingSphereD WorldVolume [get]
 
VRageMath.BoundingSphereD WorldVolumeHr [get]
 

Detailed Description

Ingame (Programmable Block) interface for all entities.

Definition at line 14 of file IMyEntity.cs.

Member Function Documentation

VRageMath.Vector3D VRage.Game.ModAPI.Ingame.IMyEntity.GetPosition ( )

Property Documentation

MyEntityComponentContainer VRage.Game.ModAPI.Ingame.IMyEntity.Components
get

Definition at line 16 of file IMyEntity.cs.

long VRage.Game.ModAPI.Ingame.IMyEntity.EntityId
get

Definition at line 19 of file IMyEntity.cs.

VRageMath.BoundingBoxD VRage.Game.ModAPI.Ingame.IMyEntity.WorldAABB
get

Definition at line 22 of file IMyEntity.cs.

VRageMath.BoundingBoxD VRage.Game.ModAPI.Ingame.IMyEntity.WorldAABBHr
get

Definition at line 23 of file IMyEntity.cs.

VRageMath.MatrixD VRage.Game.ModAPI.Ingame.IMyEntity.WorldMatrix
get

Definition at line 24 of file IMyEntity.cs.

VRageMath.BoundingSphereD VRage.Game.ModAPI.Ingame.IMyEntity.WorldVolume
get

Definition at line 25 of file IMyEntity.cs.

VRageMath.BoundingSphereD VRage.Game.ModAPI.Ingame.IMyEntity.WorldVolumeHr
get

Definition at line 26 of file IMyEntity.cs.


The documentation for this interface was generated from the following file: