VRage.Game.ModAPI
IMyVoxelShape
Assembly: VRage.Game.dll
public interface IMyVoxelShape
Describes voxel shape for filling or excavating
Properties
| Member | Description |
|---|---|
| Transform | World matrix of voxel shape |
Methods
| Member | Description |
|---|---|
| GetIntersectionVolume(ref Vector3D) | Gets volume of intersection of shape and voxel |
| GetWorldBoundary() | Gets current world boundaries |
| PeekWorldBoundary(ref Vector3D) | Peeks world boundaries at given position |
Inheritors: