Click or drag to resize
IMyVoxelShapeCapsule Interface

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

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

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

The IMyVoxelShapeCapsule type exposes the following members.

Properties
  NameDescription
Public propertyA
In world Coordinates
Public propertyB
In world Coordinates
Public propertyRadius
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