Difference between revisions of "API:Sandbox/ModAPI/IMyEntity"
From Space Engineers Wiki
(Created page with "{{subst:APIStub}}") |
GeneralWrex (talk | contribs) (Replaced content with "{{APIPage}} == Usage == <!-- Usage information here --> == Examples == <syntaxhighlight lang="csharp"> // Examples here </syntaxhighlight> == Notes == Category:API:{...") |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
== Examples == | == Examples == | ||
<syntaxhighlight lang="csharp"> | <syntaxhighlight lang="csharp"> | ||
− | //Examples here | + | // Examples here |
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 07:28, 28 September 2014
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