Class MechlibArchiveMw
- Namespace
- Mech3DotNet.Zbd
- Assembly
- Mech3DotNet.dll
MW MechLib data.
See Read(string) for reading a MW mechlib.zbd
file.
public class MechlibArchiveMw : MechlibArchive<ModelMw>, IWritable
- Inheritance
-
Archive<ModelMw>MechlibArchive<ModelMw>MechlibArchiveMw
- Implements
- Inherited Members
Constructors
MechlibArchiveMw(Dictionary<string, ModelMw>, List<ArchiveEntry>, List<Material>)
public MechlibArchiveMw(Dictionary<string, ModelMw> items, List<ArchiveEntry> entries, List<Material> materials)
Parameters
items
Dictionary<string, ModelMw>entries
List<ArchiveEntry>materials
List<Material>
Methods
Read(string)
Read a MW mechlib.zbd
file from the specified path.
public static MechlibArchiveMw Read(string path)
Parameters
path
string
Returns
Write(string)
Write a MW mechlib.zbd
file to the specified path.
public void Write(string path)
Parameters
path
string