Click or drag to resize
IMyVoxelShapeBox Interface

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

[Missing <summary> documentation for "T:VRage.Game.ModAPI.IMyVoxelShapeBox"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public interface IMyVoxelShapeBox : IMyVoxelShape

The IMyVoxelShapeBox type exposes the following members.

Properties
  NameDescription
Public propertyBoundaries
Boundaries are in local space, you need to use transform property to rotate/translate shape
Public propertyTransform
World matrix of voxel shape
(Inherited from IMyVoxelShape.)
Top
Methods
  NameDescription
Public methodGetIntersectionVolume
Gets volume of intersection of shape and voxel
(Inherited from IMyVoxelShape.)
Public methodGetWorldBoundary
Gets current world boundaries
(Inherited from IMyVoxelShape.)
Public methodPeekWorldBoundary
Peeks world boundaries at given position
(Inherited from IMyVoxelShape.)
Top
See Also