API:Sandbox/ModAPI/IMyEntity
From Space Engineers Wiki
Contents
Interface
public interface IMyEntity
- Member of ModAPI
- Raw file API:Sandbox/ModAPI/IMyEntity/raw
- Methods
void GetChildren(System.Collections.Generic.List`1[Sandbox.ModAPI.IMyEntity], System.Func`2[Sandbox.ModAPI.IMyEntity,System.Boolean])
void GetTrianglesIntersectingSphere(VRageMath.BoundingSphere&, System.Nullable`1[VRageMath.Vector3], System.Int32)
Usage
Examples
// Examples here