C# Class MaterialsOptimizer.Material.Layer.Texture

Afficher le fichier Open project: Patapom/GodComplex

Méthodes publiques

Свойство Type Description
m_constantColorType CONSTANT_COLOR_TYPE
m_customConstantColor float4
m_dummyCounter int
m_error System.Exception
m_fileName System.IO.FileInfo
m_name string
m_rawTextureLine string
m_textureFileInfo TextureFileInfo
ms_TexturesBasePath System.IO.DirectoryInfo

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
Export ( ) : string
GetHashCode ( ) : int
Read ( BinaryReader R ) : void
Texture ( BinaryReader R ) : System
Texture ( string _textureLine ) : System
Write ( BinaryWriter W ) : void
operator ( ) : bool

Private Methods

Méthode Description
CompareFloat4 ( float4 a, float4 b ) : bool

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Export() public méthode

public Export ( ) : string
Résultat string

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Read() public méthode

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

Texture() public méthode

public Texture ( BinaryReader R ) : System
R System.IO.BinaryReader
Résultat System

Texture() public méthode

public Texture ( string _textureLine ) : System
_textureLine string
Résultat System

Write() public méthode

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

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

m_constantColorType public_oe property

public CONSTANT_COLOR_TYPE m_constantColorType
Résultat CONSTANT_COLOR_TYPE

m_customConstantColor public_oe property

public float4 m_customConstantColor
Résultat float4

m_dummyCounter public_oe property

public int m_dummyCounter
Résultat int

m_error public_oe property

public Exception,System m_error
Résultat System.Exception

m_fileName public_oe property

public FileInfo,System.IO m_fileName
Résultat System.IO.FileInfo

m_name public_oe property

public string m_name
Résultat string

m_rawTextureLine public_oe property

public string m_rawTextureLine
Résultat string

m_textureFileInfo public_oe property

public TextureFileInfo,MaterialsOptimizer m_textureFileInfo
Résultat TextureFileInfo

ms_TexturesBasePath public_oe static_oe property

public static DirectoryInfo,System.IO ms_TexturesBasePath
Résultat System.IO.DirectoryInfo