Class Zmap
- Namespace
- Mech3DotNet.Zbd
- Assembly
- Mech3DotNet.dll
Zmap data.
See Read(string) for reading a m*.zmap
file.
public class Zmap : IWritable
- Inheritance
-
Zmap
- Implements
- Inherited Members
Constructors
Zmap(uint, float, float, List<MapFeature>)
public Zmap(uint unk04, float maxX, float maxY, List<MapFeature> features)
Parameters
Fields
Converter
public static readonly TypeConverter<Zmap> Converter
Field Value
features
public List<MapFeature> features
Field Value
- List<MapFeature>
maxX
public float maxX
Field Value
maxY
public float maxY
Field Value
unk04
public uint unk04
Field Value
Methods
Deserialize(Deserializer)
public static Zmap Deserialize(Deserializer d)
Parameters
Returns
Read(string)
Read a m*.zmap
file from the specified path.
public static Zmap Read(string path)
Parameters
path
string
Returns
Serialize(Zmap, Serializer)
public static void Serialize(Zmap v, Serializer s)
Parameters
v
Zmaps
Serializer
Write(string)
Write a m*.zmap
file to the specified path.
public void Write(string path)
Parameters
path
string