Interface IMyVoxelShapeSphere
Describes sphere voxel shape for filling or excavating
Inherited Members
Namespace: VRage.Game.ModAPI
Assembly: VRage.Game.dll
Syntax
public interface IMyVoxelShapeSphere : IMyVoxelShape
Properties
Center
In World Space
Declaration
Vector3D Center { get; set; }
Property Value
Type | Description |
---|---|
Vector3D |
Radius
Declaration
float Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Single |