Show / Hide Table of Contents

Interface IMyVoxelShapeSphere

Describes sphere 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 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
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾