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

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

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

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

Parameters

sphere
Type: BoundingSphereD

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

ignoreEntity0
Type: VRage.ModAPIIMyEntity

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

ignoreEntity1
Type: VRage.ModAPIIMyEntity

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

Return Value

Type: IMyEntity

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

See Also