Interface IMyIsoMesher
Namespace: VRage.Voxels
Assembly: VRage.Game.dll
Syntax
public interface IMyIsoMesher
Properties
InvalidatedRangeInflate
Declaration
int InvalidatedRangeInflate { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
Precalc(IMyStorage, Int32, Vector3I, Vector3I, MyStorageDataTypeFlags, MyVoxelRequestFlags)
Declaration
MyIsoMesh Precalc(IMyStorage storage, int lod, Vector3I lodVoxelMin, Vector3I lodVoxelMax, MyStorageDataTypeFlags properties, MyVoxelRequestFlags flags)
Parameters
| Type | Name | Description |
|---|---|---|
| VRage.Game.Voxels.IMyStorage | storage | |
| System.Int32 | lod | |
| Vector3I | lodVoxelMin | |
| Vector3I | lodVoxelMax | |
| MyStorageDataTypeFlags | properties | |
| MyVoxelRequestFlags | flags |
Returns
| Type | Description |
|---|---|
| MyIsoMesh |