Interface IMyVoxelShapeBox
Describes box voxel shape for filling or excavating
Inherited Members
Namespace: VRage.Game.ModAPI
Assembly: VRage.Game.dll
Syntax
public interface IMyVoxelShapeBox : IMyVoxelShape
Properties
Boundaries
Boundaries are in local space, you need to use transform property to rotate/translate shape
Declaration
BoundingBoxD Boundaries { get; set; }
Property Value
Type | Description |
---|---|
BoundingBoxD |