C# 클래스 Pathfinding.Serialization.GraphMeta

파일 보기 프로젝트 열기: austinshenk/Binary 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
graphs int
guids string[]
nodeCounts int[]
typeNames string[]
version System.Version

공개 메소드들

메소드 설명
GetGraphType ( int i ) : Type

메소드 상세

GetGraphType() 공개 메소드

public GetGraphType ( int i ) : Type
i int
리턴 System.Type

프로퍼티 상세

graphs 공개적으로 프로퍼티

public int graphs
리턴 int

guids 공개적으로 프로퍼티

public string[] guids
리턴 string[]

nodeCounts 공개적으로 프로퍼티

public int[] nodeCounts
리턴 int[]

typeNames 공개적으로 프로퍼티

public string[] typeNames
리턴 string[]

version 공개적으로 프로퍼티

public Version,System version
리턴 System.Version