Show / Hide Table of Contents

Interface IMyVoxelShapeCapsule

Describes capsule voxel shape for filling or excavating

Inherited Members
IMyVoxelShape.GetWorldBoundary()
IMyVoxelShape.PeekWorldBoundary(Vector3D)
IMyVoxelShape.GetIntersectionVolume(Vector3D)
IMyVoxelShape.Transform
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
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾