Click or drag to resize
IMyEntityGetIntersectionWithSphere Method

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

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

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

Parameters

sphere
Type: BoundingSphereD

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

Return Value

Type: Boolean

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

See Also