C# Class Axiom.Serialization.MeshSerializerImplv14

Summary description for MeshSerializerImpl.
Inheritance: MeshSerializerImpl
Show file Open project: WolfgangSt/axiom

Public Methods

Method Description
MeshSerializerImplv14 ( ) : System

Default constructor.

Protected Methods

Method Description
ReadMeshLodInfo ( BinaryReader reader ) : void
WriteMeshLodSummary ( BinaryWriter writer ) : void

Method Details

MeshSerializerImplv14() public method

Default constructor.
public MeshSerializerImplv14 ( ) : System
return System

ReadMeshLodInfo() protected method

protected ReadMeshLodInfo ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

WriteMeshLodSummary() protected method

protected WriteMeshLodSummary ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void