C# Class AquaSphereMini.AquaSphereGameMini

Inheritance: Epigene.MainGame
ファイルを表示 Open project: fi-content2-games-platform/FIcontent.Gaming.Enabler.phenomobilecharactermanager

Public Properties

Property Type Description
buildTime string

Public Methods

Method Description
Awake ( ) : void
Enter ( ) : void
Exit ( ) : void
ProcessConfigEvent ( string eventId, string data ) : void
Start ( ) : void
TestScriptConditionEvaulateBool ( bool value ) : bool

Private Methods

Method Description
addServiceURL ( ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

Enter() public method

public Enter ( ) : void
return void

Exit() public method

public Exit ( ) : void
return void

ProcessConfigEvent() public method

public ProcessConfigEvent ( string eventId, string data ) : void
eventId string
data string
return void

Start() public method

public Start ( ) : void
return void

TestScriptConditionEvaulateBool() public method

public TestScriptConditionEvaulateBool ( bool value ) : bool
value bool value to evaulate for condition
return bool

Property Details

buildTime public_oe property

public string buildTime
return string