Definition at line 23 of file MyVoxelGenerator.cs.
| abstract float Sandbox.Engine.Voxels.MyShape.GetVolume |
( |
ref Vector3D |
voxelPosition | ) |
|
|
pure virtual |
| abstract BoundingBoxD Sandbox.Engine.Voxels.MyShape.GetWorldBoundaries |
( |
| ) |
|
|
pure virtual |
| abstract BoundingBoxD Sandbox.Engine.Voxels.MyShape.PeekWorldBoundaries |
( |
ref Vector3D |
targetPosition | ) |
|
|
pure virtual |
| abstract void Sandbox.Engine.Voxels.MyShape.SendCutOutRequest |
( |
MyVoxelBase |
voxelbool | ) |
|
|
pure virtual |
| virtual void Sandbox.Engine.Voxels.MyShape.SendDrillCutOutRequest |
( |
MyVoxelBase |
voxel, |
|
|
bool |
damage = false |
|
) |
| |
|
inlinevirtual |
| abstract void Sandbox.Engine.Voxels.MyShape.SendFillRequest |
( |
MyVoxelBase |
voxel, |
|
|
byte |
newMaterialIndex |
|
) |
| |
|
pure virtual |
| abstract void Sandbox.Engine.Voxels.MyShape.SendPaintRequest |
( |
MyVoxelBase |
voxel, |
|
|
byte |
newMaterialIndex |
|
) |
| |
|
pure virtual |
| float Sandbox.Engine.Voxels.MyShape.SignedDistanceToDensity |
( |
float |
signedDistance | ) |
|
|
inlineprotected |
| MatrixD Sandbox.Engine.Voxels.MyShape.m_inverse = MatrixD.Identity |
|
protected |
| bool Sandbox.Engine.Voxels.MyShape.m_inverseIsDirty = false |
|
protected |
| MatrixD Sandbox.Engine.Voxels.MyShape.m_transformation = MatrixD.Identity |
|
protected |
| MatrixD Sandbox.Engine.Voxels.MyShape.InverseTransformation |
|
get |
| MatrixD Sandbox.Engine.Voxels.MyShape.Transformation |
|
getset |
The documentation for this class was generated from the following files: