VRage.Game.ModAPI
IMyVoxelShapeRamp
Assembly: VRage.Game.dll
public interface IMyVoxelShapeRamp: IMyVoxelShape
Describes ramp voxel shape for filling or excavating
Properties
| Member | Description |
|---|---|
| Boundaries | |
| RampNormal | normal of the sloped plane |
| RampNormalW | |
| 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: