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, IWritable
- Inheritance
-
Archive<MechlibModel>MechlibArchiveMw
- Implements
- Inherited Members
Constructors
MechlibArchiveMw(Dictionary<string, MechlibModel>, List<ArchiveEntry>, List<MechlibMaterial>)
public MechlibArchiveMw(Dictionary<string, MechlibModel> items, List<ArchiveEntry> entries, List<MechlibMaterial> materials)
Parameters
itemsDictionary<string, MechlibModel>entriesList<ArchiveEntry>materialsList<MechlibMaterial>
Methods
Read(string)
Read a MW mechlib.zbd file from the specified path.
public static MechlibArchiveMw Read(string path)
Parameters
pathstring
Returns
Write(string)
Write a MW mechlib.zbd file to the specified path.
public void Write(string path)
Parameters
pathstring