C# Class AoMEngineLibrary.Graphics.Grn.Nodes.GrnMeshTrianglesNode

Inheritance: GrnNode
Datei anzeigen Open project: Ryder25/Age-of-Mythology Class Usage Examples

Public Methods

Method Description
CreateFolderFile ( string folder ) : void
GetWriteDataLength ( ) : int
GrnMeshTrianglesNode ( GrnNode parentNode ) : System
ReadData ( GrnBinaryReader reader, int directoryOffset ) : void
WriteData ( GrnBinaryWriter writer ) : void

Method Details

CreateFolderFile() public method

public CreateFolderFile ( string folder ) : void
folder string
return void

GetWriteDataLength() public method

public GetWriteDataLength ( ) : int
return int

GrnMeshTrianglesNode() public method

public GrnMeshTrianglesNode ( GrnNode parentNode ) : System
parentNode GrnNode
return System

ReadData() public method

public ReadData ( GrnBinaryReader reader, int directoryOffset ) : void
reader GrnBinaryReader
directoryOffset int
return void

WriteData() public method

public WriteData ( GrnBinaryWriter writer ) : void
writer GrnBinaryWriter
return void