IMyStorage Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:VRage.ModAPI.IMyStorage"]
Namespace: VRage.ModAPI
public interface IMyStorage
The IMyStorage type exposes the following members.
Name | Description | |
---|---|---|
![]() | OverwriteAllMaterials | |
![]() | ReadRange |
Reads range of content and/or materials from specified LOD. If you want to write data back later, you must read LOD0 as that is the only writable one.
|
![]() | Save |
Gets compressed voxel data
|
![]() | WriteRange |
Writes range of content and/or materials from cache to storage. Note that this can only write to LOD0 (higher LODs must be computed based on that).
|