Space Engineers
|
Public Member Functions | |
MyVoxelMaps () | |
void | Clear () |
bool | Exist (MyVoxelBase voxelMap) |
void | RemoveVoxelMap (MyVoxelBase voxelMap) |
MyVoxelBase | GetOverlappingWithSphere (ref BoundingSphereD sphere) |
void | GetAllOverlappingWithSphere (ref BoundingSphereD sphere, List< MyVoxelBase > voxels) |
void | Add (MyVoxelBase voxelMap) |
MyVoxelBase | GetVoxelMapWhoseBoundingBoxIntersectsBox (ref BoundingBoxD boundingBox, MyVoxelBase ignoreVoxelMap) |
Return reference to voxel map that intersects the box. If not voxel map found, null is returned. More... | |
MyVoxelBase | TryGetVoxelMapByNameStart (string name) |
MyVoxelBase | TryGetVoxelMapByName (string name) |
Dictionary< string, byte[]> | GetVoxelMapsArray (bool includeChanged) |
Public Member Functions inherited from VRage.Game.ModAPI.IMyVoxelMaps | |
IMyVoxelBase | GetVoxelMapWhoseBoundingBoxIntersectsBox (ref BoundingBoxD boundingBox, IMyVoxelBase ignoreVoxelMap) |
IMyVoxelMap | CreateVoxelMap (string storageName, IMyStorage storage, Vector3D position, long voxelMapId) |
Properties | |
DictionaryValuesReader< long, MyVoxelBase > | Instances [get] |
Properties inherited from VRage.Game.ModAPI.IMyVoxelMaps | |
int | VoxelMaterialCount [get] |
Definition at line 13 of file MyVoxelMaps.cs.
|
inline |
Definition at line 18 of file MyVoxelMaps.cs.
|
inline |
Definition at line 80 of file MyVoxelMaps.cs.
|
inline |
Implements VRage.Game.ModAPI.IMyVoxelMaps.
Definition at line 22 of file MyVoxelMaps.cs.
|
inline |
Definition at line 38 of file MyVoxelMaps.cs.
|
inline |
Definition at line 75 of file MyVoxelMaps.cs.
|
inline |
Implements VRage.Game.ModAPI.IMyVoxelMaps.
Definition at line 59 of file MyVoxelMaps.cs.
|
inline |
Definition at line 143 of file MyVoxelMaps.cs.
|
inline |
Return reference to voxel map that intersects the box. If not voxel map found, null is returned.
Definition at line 104 of file MyVoxelMaps.cs.
|
inline |
Definition at line 43 of file MyVoxelMaps.cs.
|
inline |
Definition at line 132 of file MyVoxelMaps.cs.
|
inline |
Definition at line 121 of file MyVoxelMaps.cs.
|
get |
Definition at line 34 of file MyVoxelMaps.cs.