C# 클래스 AoMBrgEditor.PssgAttribute

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

공개 프로퍼티들

프로퍼티 타입 설명
ParentNode PssgNode
data object
id int

공개 메소드들

메소드 설명
PssgAttribute ( PssgAttribute attrToCopy ) : System
PssgAttribute ( PssgBinaryReader reader, PssgFile file, PssgNode node ) : System
PssgAttribute ( int id, object data, PssgFile file, PssgNode ParentNode ) : System
ToString ( ) : string
UpdateSize ( ) : void
Write ( PssgBinaryWriter writer ) : void

메소드 상세

PssgAttribute() 공개 메소드

public PssgAttribute ( PssgAttribute attrToCopy ) : System
attrToCopy PssgAttribute
리턴 System

PssgAttribute() 공개 메소드

public PssgAttribute ( PssgBinaryReader reader, PssgFile file, PssgNode node ) : System
reader PssgBinaryReader
file PssgFile
node PssgNode
리턴 System

PssgAttribute() 공개 메소드

public PssgAttribute ( int id, object data, PssgFile file, PssgNode ParentNode ) : System
id int
data object
file PssgFile
ParentNode PssgNode
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UpdateSize() 공개 메소드

public UpdateSize ( ) : void
리턴 void

Write() 공개 메소드

public Write ( PssgBinaryWriter writer ) : void
writer PssgBinaryWriter
리턴 void

프로퍼티 상세

ParentNode 공개적으로 프로퍼티

public PssgNode,AoMBrgEditor ParentNode
리턴 PssgNode

data 공개적으로 프로퍼티

public object data
리턴 object

id 공개적으로 프로퍼티

public int id
리턴 int