Click or drag to resize
MyEntityIMyEntityGetIntersectionWithSphere Method

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

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

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

Parameters

sphere
Type: BoundingSphereD

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

Return Value

Type: Boolean

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

Implements

IMyEntityGetIntersectionWithSphere(BoundingSphereD)
See Also