Click or drag to resize
MyEntitiesHelper_ModAPIIMyEntitiesGetIntersectionWithSphere Method (BoundingSphereD, IMyEntity, IMyEntity)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#GetIntersectionWithSphere(VRageMath.BoundingSphereD@,VRage.ModAPI.IMyEntity,VRage.ModAPI.IMyEntity)"]

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
IMyEntity IMyEntities.GetIntersectionWithSphere(
	ref BoundingSphereD sphere,
	IMyEntity ignoreEntity0,
	IMyEntity ignoreEntity1
)

Parameters

sphere
Type: BoundingSphereD

[Missing <param name="sphere"/> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#GetIntersectionWithSphere(VRageMath.BoundingSphereD@,VRage.ModAPI.IMyEntity,VRage.ModAPI.IMyEntity)"]

ignoreEntity0
Type: VRage.ModAPIIMyEntity

[Missing <param name="ignoreEntity0"/> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#GetIntersectionWithSphere(VRageMath.BoundingSphereD@,VRage.ModAPI.IMyEntity,VRage.ModAPI.IMyEntity)"]

ignoreEntity1
Type: VRage.ModAPIIMyEntity

[Missing <param name="ignoreEntity1"/> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#GetIntersectionWithSphere(VRageMath.BoundingSphereD@,VRage.ModAPI.IMyEntity,VRage.ModAPI.IMyEntity)"]

Return Value

Type: IMyEntity

[Missing <returns> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#GetIntersectionWithSphere(VRageMath.BoundingSphereD@,VRage.ModAPI.IMyEntity,VRage.ModAPI.IMyEntity)"]

Implements

IMyEntitiesGetIntersectionWithSphere(BoundingSphereD, IMyEntity, IMyEntity)
See Also