示例#1
0
 public override void SendFillRequest(MyVoxelBase voxel, byte newMaterialIndex)
 {
     voxel.RequestVoxelOperationElipsoid(Radius, Transformation, newMaterialIndex, OperationType.Fill);
 }
示例#2
0
 public override void SendCutOutRequest(MyVoxelBase voxel)
 {
     voxel.RequestVoxelOperationElipsoid(Radius, Transformation, 0, OperationType.Cut);
 }