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

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

공개 프로퍼티들

프로퍼티 타입 설명
GameConfigData string

공개 메소드들

메소드 설명
ProcessConfigResponse ( ResponseEvent response ) : void
getConfigAll ( ) : string
getConfigValue ( string key ) : string

비공개 메소드들

메소드 설명
loadGameConfigFromAssets ( ) : string

메소드 상세

ProcessConfigResponse() 공개 정적인 메소드

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

getConfigAll() 공개 정적인 메소드

public static getConfigAll ( ) : string
리턴 string

getConfigValue() 공개 정적인 메소드

public static getConfigValue ( string key ) : string
key string
리턴 string

프로퍼티 상세

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

public static string GameConfigData
리턴 string