C# Class MaterialsOptimizer.Material.Layer.Texture

Show file Open project: Patapom/GodComplex

Public Properties

Property 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

Public Methods

Method 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

Method Description
CompareFloat4 ( float4 a, float4 b ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Export() public method

public Export ( ) : string
return string

GetHashCode() public method

public GetHashCode ( ) : int
return int

Read() public method

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

Texture() public method

public Texture ( BinaryReader R ) : System
R System.IO.BinaryReader
return System

Texture() public method

public Texture ( string _textureLine ) : System
_textureLine string
return System

Write() public method

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

operator() public static method

public static operator ( ) : bool
return bool

Property Details

m_constantColorType public property

public CONSTANT_COLOR_TYPE m_constantColorType
return CONSTANT_COLOR_TYPE

m_customConstantColor public property

public float4 m_customConstantColor
return float4

m_dummyCounter public property

public int m_dummyCounter
return int

m_error public property

public Exception,System m_error
return System.Exception

m_fileName public property

public FileInfo,System.IO m_fileName
return System.IO.FileInfo

m_name public property

public string m_name
return string

m_rawTextureLine public property

public string m_rawTextureLine
return string

m_textureFileInfo public property

public TextureFileInfo,MaterialsOptimizer m_textureFileInfo
return TextureFileInfo

ms_TexturesBasePath public static property

public static DirectoryInfo,System.IO ms_TexturesBasePath
return System.IO.DirectoryInfo