Click or drag to resize
IMyCubeGridGetBlocksInsideSphere Method

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

Returns blocks inside given sphere (world space)

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
List<IMySlimBlock> GetBlocksInsideSphere(
	ref BoundingSphereD sphere
)

Parameters

sphere
Type: BoundingSphereD

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

Return Value

Type: ListIMySlimBlock

[Missing <returns> documentation for "M:VRage.Game.ModAPI.IMyCubeGrid.GetBlocksInsideSphere(VRageMath.BoundingSphereD@)"]

See Also