Table of Contents

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

unk04 uint
maxX float
maxY float
features List<MapFeature>

Fields

Converter

public static readonly TypeConverter<Zmap> Converter

Field Value

TypeConverter<Zmap>

features

public List<MapFeature> features

Field Value

List<MapFeature>

maxX

public float maxX

Field Value

float

maxY

public float maxY

Field Value

float

unk04

public uint unk04

Field Value

uint

Methods

Deserialize(Deserializer)

public static Zmap Deserialize(Deserializer d)

Parameters

d Deserializer

Returns

Zmap

Read(string)

Read a m*.zmap file from the specified path.

public static Zmap Read(string path)

Parameters

path string

Returns

Zmap

Serialize(Zmap, Serializer)

public static void Serialize(Zmap v, Serializer s)

Parameters

v Zmap
s Serializer

Write(string)

Write a m*.zmap file to the specified path.

public void Write(string path)

Parameters

path string