C# Class MaterialsOptimizer.Material.States

Afficher le fichier Open project: Patapom/GodComplex

Méthodes publiques

Свойство Type Description
m_blendState BLEND_STATE
m_rawBlendState string
m_unknownStates List

Méthodes publiques

Méthode 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 méthode

public Export ( StringWriter W, string T ) : void
W System.IO.StringWriter
T string
Résultat void

Parse() public méthode

public Parse ( string _parms ) : void
_parms string
Résultat void

ParseBlendState() public méthode

public ParseBlendState ( string _rawBlendState ) : void
_rawBlendState string
Résultat void

Read() public méthode

public Read ( BinaryReader R ) : void
R System.IO.BinaryReader
Résultat void

Write() public méthode

public Write ( BinaryWriter W ) : void
W System.IO.BinaryWriter
Résultat void

Property Details

m_blendState public_oe property

public BLEND_STATE m_blendState
Résultat BLEND_STATE

m_rawBlendState public_oe property

public string m_rawBlendState
Résultat string

m_unknownStates public_oe property

public List m_unknownStates
Résultat List