Click or drag to resize
IMyVoxelMapDoOverlapSphereTest Method

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

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMyVoxelMap.DoOverlapSphereTest(System.Single,VRageMath.Vector3D)"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
bool DoOverlapSphereTest(
	float sphereRadius,
	Vector3D spherePos
)

Parameters

sphereRadius
Type: SystemSingle

[Missing <param name="sphereRadius"/> documentation for "M:VRage.Game.ModAPI.IMyVoxelMap.DoOverlapSphereTest(System.Single,VRageMath.Vector3D)"]

spherePos
Type: Vector3D

[Missing <param name="spherePos"/> documentation for "M:VRage.Game.ModAPI.IMyVoxelMap.DoOverlapSphereTest(System.Single,VRageMath.Vector3D)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRage.Game.ModAPI.IMyVoxelMap.DoOverlapSphereTest(System.Single,VRageMath.Vector3D)"]

Implements

IMyEntityDoOverlapSphereTest(Single, Vector3D)
See Also