VRage.Game.ModAPI
IMyVoxelShapeSphere
Assembly: VRage.Game.dll
public interface IMyVoxelShapeSphere: IMyVoxelShape
Describes sphere voxel shape for filling or excavating
Properties
| Member | Description |
|---|---|
| Center | In World Space |
| Radius | |
| Transform | World matrix of voxel shape Inherited from IMyVoxelShape |
Methods
| Member | Description |
|---|---|
| GetIntersectionVolume(ref Vector3D) | Gets volume of intersection of shape and voxel Inherited from IMyVoxelShape |
| GetWorldBoundary() | Gets current world boundaries Inherited from IMyVoxelShape |
| PeekWorldBoundary(ref Vector3D) | Peeks world boundaries at given position Inherited from IMyVoxelShape |
Implements: