C# Class MaterialsOptimizer.Material.Options

Afficher le fichier Open project: Patapom/GodComplex

Méthodes publiques

Свойство Type Description
m_extraLayers int
m_glossInDiffuseAlpha bool
m_hasEmissive bool
m_hasGloss bool
m_hasMetal bool
m_hasNormal bool
m_hasOcclusionMap bool
m_hasSpecular bool
m_isAlphaTest bool
m_isMasking bool
m_translucencyEnabled bool
m_translucencyUseVertexColor bool
m_unknownOptions List

Méthodes publiques

Méthode Description
Export ( StringWriter W, string T, List _layers ) : void
Read ( BinaryReader R ) : void
Write ( BinaryWriter W ) : void
WriteLayerMaskingMode ( StringWriter W, string _optionName, Layer _maskingMode ) : void
WriteLayerReUseMode ( StringWriter W, string _optionName, Layer _reUseMode ) : void
WriteLayerUVSet ( StringWriter W, string _optionName, Layer _UVSet ) : void

Method Details

Export() public méthode

public Export ( StringWriter W, string T, List _layers ) : void
W System.IO.StringWriter
T string
_layers List
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

WriteLayerMaskingMode() public méthode

public WriteLayerMaskingMode ( StringWriter W, string _optionName, Layer _maskingMode ) : void
W System.IO.StringWriter
_optionName string
_maskingMode Layer
Résultat void

WriteLayerReUseMode() public méthode

public WriteLayerReUseMode ( StringWriter W, string _optionName, Layer _reUseMode ) : void
W System.IO.StringWriter
_optionName string
_reUseMode Layer
Résultat void

WriteLayerUVSet() public méthode

public WriteLayerUVSet ( StringWriter W, string _optionName, Layer _UVSet ) : void
W System.IO.StringWriter
_optionName string
_UVSet Layer
Résultat void

Property Details

m_extraLayers public_oe property

public int m_extraLayers
Résultat int

m_glossInDiffuseAlpha public_oe property

public bool m_glossInDiffuseAlpha
Résultat bool

m_hasEmissive public_oe property

public bool m_hasEmissive
Résultat bool

m_hasGloss public_oe property

public bool m_hasGloss
Résultat bool

m_hasMetal public_oe property

public bool m_hasMetal
Résultat bool

m_hasNormal public_oe property

public bool m_hasNormal
Résultat bool

m_hasOcclusionMap public_oe property

public bool m_hasOcclusionMap
Résultat bool

m_hasSpecular public_oe property

public bool m_hasSpecular
Résultat bool

m_isAlphaTest public_oe property

public bool m_isAlphaTest
Résultat bool

m_isMasking public_oe property

public bool m_isMasking
Résultat bool

m_translucencyEnabled public_oe property

public bool m_translucencyEnabled
Résultat bool

m_translucencyUseVertexColor public_oe property

public bool m_translucencyUseVertexColor
Résultat bool

m_unknownOptions public_oe property

public List m_unknownOptions
Résultat List