Class MechlibArchive
- Namespace
- Mech3DotNet.Zbd
- Assembly
- Mech3DotNet.dll
A generic mechlib archive.
See the specific archive implementations for reading and writing ZBDs.
public abstract class MechlibArchive : Archive<MechlibModel>
- Inheritance
-
Archive<MechlibModel>MechlibArchive
- Derived
- Inherited Members
Constructors
MechlibArchive(Dictionary<string, MechlibModel>, List<ArchiveEntry>, List<MechlibMaterial>)
public MechlibArchive(Dictionary<string, MechlibModel> items, List<ArchiveEntry> entries, List<MechlibMaterial> materials)
Parameters
items
Dictionary<string, MechlibModel>entries
List<ArchiveEntry>materials
List<MechlibMaterial>
Fields
FORMAT
protected static readonly byte[] FORMAT
Field Value
- byte[]
MaterialsConverter
protected static readonly TypeConverter<List<MechlibMaterial>> MaterialsConverter
Field Value
- TypeConverter<List<MechlibMaterial>>
VERSION_MW
protected static readonly byte[] VERSION_MW
Field Value
- byte[]
VERSION_PM
protected static readonly byte[] VERSION_PM
Field Value
- byte[]
materials
public List<MechlibMaterial> materials
Field Value
- List<MechlibMaterial>