API:Sandbox/ModAPI/IMyEntity
From Space Engineers Wiki
Revision as of 07:28, 28 September 2014 by GeneralWrex (talk | contribs) (Replaced content with "{{APIPage}} == Usage == <!-- Usage information here --> == Examples == <syntaxhighlight lang="csharp"> // Examples here </syntaxhighlight> == Notes == Category:API:{...")
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