Click or drag to resize
IMyVoxelShapePeekWorldBoundary Method

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

Peeks world boundaries at given position

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
BoundingBoxD PeekWorldBoundary(
	ref Vector3D targetPosition
)

Parameters

targetPosition
Type: Vector3D

[Missing <param name="targetPosition"/> documentation for "M:VRage.Game.ModAPI.IMyVoxelShape.PeekWorldBoundary(VRageMath.Vector3D@)"]

Return Value

Type: BoundingBoxD

[Missing <returns> documentation for "M:VRage.Game.ModAPI.IMyVoxelShape.PeekWorldBoundary(VRageMath.Vector3D@)"]

See Also