Click or drag to resize
IMyEntitiesIsSpherePenetrating Method

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

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

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

Parameters

bs
Type: BoundingSphereD

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

Return Value

Type: Boolean

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

See Also