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