IMyVoxelShapeBox Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:VRage.Game.ModAPI.IMyVoxelShapeBox"]
Namespace: VRage.Game.ModAPI
public interface IMyVoxelShapeBox : IMyVoxelShape
The IMyVoxelShapeBox type exposes the following members.
Name | Description | |
---|---|---|
Boundaries |
Boundaries are in local space, you need to use transform property to rotate/translate shape
| |
Transform |
World matrix of voxel shape
(Inherited from IMyVoxelShape.) |
Name | Description | |
---|---|---|
GetIntersectionVolume |
Gets volume of intersection of shape and voxel
(Inherited from IMyVoxelShape.) | |
GetWorldBoundary |
Gets current world boundaries
(Inherited from IMyVoxelShape.) | |
PeekWorldBoundary |
Peeks world boundaries at given position
(Inherited from IMyVoxelShape.) |