C# 클래스 MaterialsOptimizer.Material.Layer.Texture

파일 보기 프로젝트 열기: Patapom/GodComplex

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CompareFloat4 ( float4 a, float4 b ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

Export() 공개 메소드

public Export ( ) : string
리턴 string

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Read() 공개 메소드

public Read ( BinaryReader R ) : void
R System.IO.BinaryReader
리턴 void

Texture() 공개 메소드

public Texture ( BinaryReader R ) : System
R System.IO.BinaryReader
리턴 System

Texture() 공개 메소드

public Texture ( string _textureLine ) : System
_textureLine string
리턴 System

Write() 공개 메소드

public Write ( BinaryWriter W ) : void
W System.IO.BinaryWriter
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

m_constantColorType 공개적으로 프로퍼티

public CONSTANT_COLOR_TYPE m_constantColorType
리턴 CONSTANT_COLOR_TYPE

m_customConstantColor 공개적으로 프로퍼티

public float4 m_customConstantColor
리턴 float4

m_dummyCounter 공개적으로 프로퍼티

public int m_dummyCounter
리턴 int

m_error 공개적으로 프로퍼티

public Exception,System m_error
리턴 System.Exception

m_fileName 공개적으로 프로퍼티

public FileInfo,System.IO m_fileName
리턴 System.IO.FileInfo

m_name 공개적으로 프로퍼티

public string m_name
리턴 string

m_rawTextureLine 공개적으로 프로퍼티

public string m_rawTextureLine
리턴 string

m_textureFileInfo 공개적으로 프로퍼티

public TextureFileInfo,MaterialsOptimizer m_textureFileInfo
리턴 TextureFileInfo

ms_TexturesBasePath 공개적으로 정적으로 프로퍼티

public static DirectoryInfo,System.IO ms_TexturesBasePath
리턴 System.IO.DirectoryInfo