C# 클래스 JsonFxScript, Gold-Rush

상속: MonoBehaviour
파일 보기 프로젝트 열기: eric-kansas/Gold-Rush 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
gameJSON JsonGame,
instance JsonFxScript,
latestID int
query string

공개 메소드들

메소드 설명
PerformUpdate ( string query ) : int
findPlayerJsonIndex ( int in_game_index ) : int

비공개 메소드들

메소드 설명
PerformRealUpdate ( string query ) : IEnumerator
PerformSearch ( string query ) : IEnumerator
PrintResults ( string rawJson ) : void
Start ( ) : void
Update ( ) : void
createGame ( ) : void

메소드 상세

PerformUpdate() 공개 메소드

public PerformUpdate ( string query ) : int
query string
리턴 int

findPlayerJsonIndex() 공개 메소드

public findPlayerJsonIndex ( int in_game_index ) : int
in_game_index int
리턴 int

프로퍼티 상세

gameJSON 공개적으로 프로퍼티

public JsonGame, gameJSON
리턴 JsonGame,

instance 공개적으로 정적으로 프로퍼티

public static JsonFxScript, instance
리턴 JsonFxScript,

latestID 공개적으로 정적으로 프로퍼티

public static int latestID
리턴 int

query 공개적으로 프로퍼티

public string query
리턴 string