Click or drag to resize
IMyVoxelShapeRamp Interface

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:VRage.Game.ModAPI.IMyVoxelShapeRamp"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public interface IMyVoxelShapeRamp : IMyVoxelShape

The IMyVoxelShapeRamp type exposes the following members.

Properties
  NameDescription
Public propertyBoundaries
Public propertyRampNormal
normal of the sloped plane
Public propertyRampNormalW
Public propertyTransform
World matrix of voxel shape
(Inherited from IMyVoxelShape.)
Top
Methods
  NameDescription
Public methodGetIntersectionVolume
Gets volume of intersection of shape and voxel
(Inherited from IMyVoxelShape.)
Public methodGetWorldBoundary
Gets current world boundaries
(Inherited from IMyVoxelShape.)
Public methodPeekWorldBoundary
Peeks world boundaries at given position
(Inherited from IMyVoxelShape.)
Top
See Also