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

Inheritance: GrnNode
Exibir arquivo Open project: Ryder25/Age-of-Mythology Class Usage Examples

Public Methods

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

Method Details

CalculateHighestStats() public method

public CalculateHighestStats ( ) : void
return void

CreateFolderFile() public method

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

GetWriteDataLength() public method

public GetWriteDataLength ( ) : int
return int

GrnMeshWeightsNode() public method

public GrnMeshWeightsNode ( 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