C# 클래스 PSSGManager.CPSSGFile

파일 보기 프로젝트 열기: miek/dirt3-modding 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
attributeInfo PSSGManager.CAttributeInfo[]
magic string
nodeInfo PSSGManager.CNodeInfo[]
rootNode CNode

공개 메소드들

메소드 설명
CPSSGFile ( System fileStream ) : System
findNodes ( string name ) : List
findNodes ( string name, string attributeName, string attributeValue ) : List

메소드 상세

CPSSGFile() 공개 메소드

public CPSSGFile ( System fileStream ) : System
fileStream System
리턴 System

findNodes() 공개 메소드

public findNodes ( string name ) : List
name string
리턴 List

findNodes() 공개 메소드

public findNodes ( string name, string attributeName, string attributeValue ) : List
name string
attributeName string
attributeValue string
리턴 List

프로퍼티 상세

attributeInfo 공개적으로 프로퍼티

public CAttributeInfo[],PSSGManager attributeInfo
리턴 PSSGManager.CAttributeInfo[]

magic 공개적으로 프로퍼티

public string magic
리턴 string

nodeInfo 공개적으로 프로퍼티

public CNodeInfo[],PSSGManager nodeInfo
리턴 PSSGManager.CNodeInfo[]

rootNode 공개적으로 프로퍼티

public CNode,PSSGManager rootNode
리턴 CNode