C# 클래스 AoMBrgEditor.PssgNodeInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
attributeInfo PssgAttributeInfo>.SortedDictionary
id int
isDataNode bool
name string

공개 메소드들

메소드 설명
PssgNodeInfo ( PssgBinaryReader reader, PssgFile file ) : System
PssgNodeInfo ( int id, string name ) : System
Write ( PssgBinaryWriter writer ) : void

메소드 상세

PssgNodeInfo() 공개 메소드

public PssgNodeInfo ( PssgBinaryReader reader, PssgFile file ) : System
reader PssgBinaryReader
file PssgFile
리턴 System

PssgNodeInfo() 공개 메소드

public PssgNodeInfo ( int id, string name ) : System
id int
name string
리턴 System

Write() 공개 메소드

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

프로퍼티 상세

attributeInfo 공개적으로 프로퍼티

public SortedDictionary attributeInfo
리턴 PssgAttributeInfo>.SortedDictionary

id 공개적으로 프로퍼티

public int id
리턴 int

isDataNode 공개적으로 프로퍼티

public bool isDataNode
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string