C# 클래스 SpilGames.Unity.Utils.UnityEditor.Responses.GameStateResponse

상속: Response
파일 보기 프로젝트 열기: spilgames/spil_event_unity_plugin

공개 프로퍼티들

프로퍼티 타입 설명
PrivateGameStateData string
PublicGameStateData string

공개 메소드들

메소드 설명
ProcessGameStateResponse ( ResponseEvent response ) : void
SetPrivateGameState ( String gameState ) : void
SetPublicGameState ( String gameState ) : void

비공개 메소드들

메소드 설명
ProcessMyGameStateResponse ( JSONObject jsonData ) : void
ProcessOtherUsersGameStateResponse ( JSONObject jsonData ) : void

메소드 상세

ProcessGameStateResponse() 공개 정적인 메소드

public static ProcessGameStateResponse ( ResponseEvent response ) : void
response ResponseEvent
리턴 void

SetPrivateGameState() 공개 정적인 메소드

public static SetPrivateGameState ( String gameState ) : void
gameState String
리턴 void

SetPublicGameState() 공개 정적인 메소드

public static SetPublicGameState ( String gameState ) : void
gameState String
리턴 void

프로퍼티 상세

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

public static string PrivateGameStateData
리턴 string

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

public static string PublicGameStateData
리턴 string