|
Space Engineers
|
Public Member Functions | |
| override BoundingBoxD | GetWorldBoundaries () |
| override BoundingBoxD | PeekWorldBoundaries (ref Vector3D targetPosition) |
| override float | GetVolume (ref Vector3D voxelPosition) |
| Gets volume of intersection of shape and voxel More... | |
| override void | SendDrillCutOutRequest (MyVoxelBase voxel, bool damage=false) |
| override void | SendCutOutRequest (MyVoxelBase voxel) |
| override void | SendPaintRequest (MyVoxelBase voxel, byte newMaterialIndex) |
| override void | SendFillRequest (MyVoxelBase voxel, byte newMaterialIndex) |
Public Attributes | |
| Vector3D | Center |
| float | Radius |
Additional Inherited Members | |
Protected Member Functions inherited from Sandbox.Engine.Voxels.MyShape | |
| float | SignedDistanceToDensity (float signedDistance) |
| |
Protected Attributes inherited from Sandbox.Engine.Voxels.MyShape | |
| MatrixD | m_transformation = MatrixD.Identity |
| MatrixD | m_inverse = MatrixD.Identity |
| bool | m_inverseIsDirty = false |
Properties inherited from VRage.Game.ModAPI.IMyVoxelShapeSphere | |
| Vector3D | Center [get, set] |
| In World Space More... | |
| float | Radius [get, set] |
Properties inherited from VRage.Game.ModAPI.IMyVoxelShape | |
| MatrixD | Transform [get, set] |
| World matrix of voxel shape More... | |
Properties inherited from Sandbox.Engine.Voxels.MyShape | |
| MatrixD | Transformation [get, set] |
| MatrixD | InverseTransformation [get] |
Definition at line 120 of file MyVoxelGenerator.cs.
|
inlinevirtual |
Gets volume of intersection of shape and voxel
| voxelPosition | Left bottom point of voxel |
Implements Sandbox.Engine.Voxels.MyShape.
Definition at line 137 of file MyVoxelGenerator.cs.
|
inlinevirtual |
Implements Sandbox.Engine.Voxels.MyShape.
Definition at line 125 of file MyVoxelGenerator.cs.
|
inlinevirtual |
Implements Sandbox.Engine.Voxels.MyShape.
Definition at line 132 of file MyVoxelGenerator.cs.
|
inlinevirtual |
Implements Sandbox.Engine.Voxels.MyShape.
Definition at line 150 of file MyVoxelGenerator.cs.
|
inlinevirtual |
Reimplemented from Sandbox.Engine.Voxels.MyShape.
Definition at line 146 of file MyVoxelGenerator.cs.
|
inlinevirtual |
Implements Sandbox.Engine.Voxels.MyShape.
Definition at line 160 of file MyVoxelGenerator.cs.
|
inlinevirtual |
Implements Sandbox.Engine.Voxels.MyShape.
Definition at line 155 of file MyVoxelGenerator.cs.
| Vector3D Sandbox.Engine.Voxels.MyShapeSphere.Center |
Definition at line 122 of file MyVoxelGenerator.cs.
| float Sandbox.Engine.Voxels.MyShapeSphere.Radius |
Definition at line 123 of file MyVoxelGenerator.cs.
1.8.8