C# Class MaterialsOptimizer.Material.States

Mostrar archivo Open project: Patapom/GodComplex

Public Properties

Property Type Description
m_blendState BLEND_STATE
m_rawBlendState string
m_unknownStates List

Public Methods

Method Description
Export ( StringWriter W, string T ) : void
Parse ( string _parms ) : void
ParseBlendState ( string _rawBlendState ) : 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

ParseBlendState() public method

public ParseBlendState ( string _rawBlendState ) : void
_rawBlendState 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_blendState public_oe property

public BLEND_STATE m_blendState
return BLEND_STATE

m_rawBlendState public_oe property

public string m_rawBlendState
return string

m_unknownStates public_oe property

public List m_unknownStates
return List