VRage.Voxels
MyVoxelRequestFlags
Assembly: VRage.dll
public enum MyVoxelRequestFlags
Flags used when requesting voxel materials and content. These flags allow for optimizations such as avoiding expensive material computations or quickly assigning the whole storage the same material or content.
Fields
| Member | Description |
|---|---|
| AdviseCache | |
| ConsiderContent | |
| ContentChecked | |
| ContentCheckedDeep | |
| DoNotCheck | |
| EmptyData | |
| ForPhysics | |
| FullContent | |
| OneMaterial | |
| Postprocess | |
| PreciseOrePositions | |
| RequestFlags | |
| SurfaceMaterial | |
| UseNativeProvider |