C# Class SpilGames.Unity.Utils.UnityEditor.Responses.ConfigResponse

Inheritance: Response
ファイルを表示 Open project: spilgames/spil_event_unity_plugin

Public Properties

Property Type Description
GameConfigData string

Public Methods

Method Description
ProcessConfigResponse ( ResponseEvent response ) : void
getConfigAll ( ) : string
getConfigValue ( string key ) : string

Private Methods

Method Description
loadGameConfigFromAssets ( ) : string

Method Details

ProcessConfigResponse() public static method

public static ProcessConfigResponse ( ResponseEvent response ) : void
response ResponseEvent
return void

getConfigAll() public static method

public static getConfigAll ( ) : string
return string

getConfigValue() public static method

public static getConfigValue ( string key ) : string
key string
return string

Property Details

GameConfigData public_oe static_oe property

public static string GameConfigData
return string