Interface IMyVoxelShapeCapsule
Describes capsule voxel shape for filling or excavating
Inherited Members
Namespace: VRage.Game.ModAPI
Assembly: VRage.Game.dll
Syntax
public interface IMyVoxelShapeCapsule : IMyVoxelShape
Properties
A
In world Coordinates
Declaration
Vector3D A { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector3D |
B
In world Coordinates
Declaration
Vector3D B { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector3D |
Radius
Declaration
float Radius { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |