Click or drag to resize
MyEntitiesHelper_ModAPIIMyEntitiesIsSpherePenetrating Method

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

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

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
bool IMyEntities.IsSpherePenetrating(
	ref BoundingSphereD bs
)

Parameters

bs
Type: BoundingSphereD

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

Return Value

Type: Boolean

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

Implements

IMyEntitiesIsSpherePenetrating(BoundingSphereD)
See Also