C# Class MaterialsOptimizer.Material.Parms

Show file Open project: Patapom/GodComplex

Public Properties

Property Type Description
m_sortStage SORT_STAGE
m_unknownParms List

Public Methods

Method Description
Export ( StringWriter W, string T ) : void
Parse ( string _parms ) : void
Read ( BinaryReader R ) : void
Write ( BinaryWriter W ) : void

Method Details

Export() public method

public Export ( StringWriter W, string T ) : void
W System.IO.StringWriter
T string
return void

Parse() public method

public Parse ( string _parms ) : void
_parms string
return void

Read() public method

public Read ( BinaryReader R ) : void
R System.IO.BinaryReader
return void

Write() public method

public Write ( BinaryWriter W ) : void
W System.IO.BinaryWriter
return void

Property Details

m_sortStage public property

public SORT_STAGE m_sortStage
return SORT_STAGE

m_unknownParms public property

public List m_unknownParms
return List