C# 클래스 AoMEngineLibrary.Graphics.Brg.MtrlFile

파일 보기 프로젝트 열기: Ryder25/Age-of-Mythology 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
unk uint[]

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DeserializeAsXml ( Stream stream ) : MtrlFile
MtrlFile ( ) : System
MtrlFile ( BrgMaterial mat ) : System
Read ( Stream stream ) : void
SerializeAsXml ( Stream stream ) : void
Write ( Stream stream ) : void

메소드 상세

DeserializeAsXml() 공개 정적인 메소드

public static DeserializeAsXml ( Stream stream ) : MtrlFile
stream Stream
리턴 MtrlFile

MtrlFile() 공개 메소드

public MtrlFile ( ) : System
리턴 System

MtrlFile() 공개 메소드

public MtrlFile ( BrgMaterial mat ) : System
mat BrgMaterial
리턴 System

Read() 공개 메소드

public Read ( Stream stream ) : void
stream Stream
리턴 void

SerializeAsXml() 공개 메소드

public SerializeAsXml ( Stream stream ) : void
stream Stream
리턴 void

Write() 공개 메소드

public Write ( Stream stream ) : void
stream Stream
리턴 void

프로퍼티 상세

unk 공개적으로 프로퍼티

public uint[] unk
리턴 uint[]