C# 클래스 MaterialsOptimizer.Material.States

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

공개 프로퍼티들

프로퍼티 타입 설명
m_blendState BLEND_STATE
m_rawBlendState string
m_unknownStates List

공개 메소드들

메소드 설명
Export ( StringWriter W, string T ) : void
Parse ( string _parms ) : void
ParseBlendState ( string _rawBlendState ) : void
Read ( BinaryReader R ) : void
Write ( BinaryWriter W ) : void

메소드 상세

Export() 공개 메소드

public Export ( StringWriter W, string T ) : void
W System.IO.StringWriter
T string
리턴 void

Parse() 공개 메소드

public Parse ( string _parms ) : void
_parms string
리턴 void

ParseBlendState() 공개 메소드

public ParseBlendState ( string _rawBlendState ) : void
_rawBlendState string
리턴 void

Read() 공개 메소드

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

Write() 공개 메소드

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

프로퍼티 상세

m_blendState 공개적으로 프로퍼티

public BLEND_STATE m_blendState
리턴 BLEND_STATE

m_rawBlendState 공개적으로 프로퍼티

public string m_rawBlendState
리턴 string

m_unknownStates 공개적으로 프로퍼티

public List m_unknownStates
리턴 List