Table of Contents

Class GameZDataMw

Namespace
Mech3DotNet.Zbd
Assembly
Mech3DotNet.dll

MW GameZ data.

See Read(string) for reading a MW gamez.zbd file.

public class GameZDataMw : IWritable
Inheritance
GameZDataMw
Implements
Inherited Members

Constructors

GameZDataMw(List<string>, List<Material>, List<MeshMw>, List<NodeMw>, GameZMetadataMw)

public GameZDataMw(List<string> textures, List<Material> materials, List<MeshMw> meshes, List<NodeMw> nodes, GameZMetadataMw metadata)

Parameters

textures List<string>
materials List<Material>
meshes List<MeshMw>
nodes List<NodeMw>
metadata GameZMetadataMw

Fields

Converter

public static readonly TypeConverter<GameZDataMw> Converter

Field Value

TypeConverter<GameZDataMw>

materials

public List<Material> materials

Field Value

List<Material>

meshes

public List<MeshMw> meshes

Field Value

List<MeshMw>

metadata

public GameZMetadataMw metadata

Field Value

GameZMetadataMw

nodes

public List<NodeMw> nodes

Field Value

List<NodeMw>

textures

public List<string> textures

Field Value

List<string>

Methods

Deserialize(Deserializer)

public static GameZDataMw Deserialize(Deserializer d)

Parameters

d Deserializer

Returns

GameZDataMw

Read(string)

Read a MW gamez.zbd file from the specified path.

public static GameZDataMw Read(string path)

Parameters

path string

Returns

GameZDataMw

Serialize(GameZDataMw, Serializer)

public static void Serialize(GameZDataMw v, Serializer s)

Parameters

v GameZDataMw
s Serializer

Write(string)

Write a MW gamez.zbd file to the specified path.

public void Write(string path)

Parameters

path string