C# Class AquaSphere.IO.BuildLibrary

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

Public Properties

Property Type Description
initialized bool
library Dictionary>>

Public Methods

Method Description
BuildLibrary ( ) : System.Collections.Generic

Initializes a new instance of the Epigene.IO.AppConfiguration class.

Initialize ( string dataString ) : void
Load ( string dataPath ) : void
ProcessConfigEvent ( string eventId, string data ) : void

Method Details

BuildLibrary() public method

Initializes a new instance of the Epigene.IO.AppConfiguration class.
public BuildLibrary ( ) : System.Collections.Generic
return System.Collections.Generic

Initialize() public method

public Initialize ( string dataString ) : void
dataString string
return void

Load() public method

public Load ( string dataPath ) : void
dataPath string
return void

ProcessConfigEvent() public method

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

Property Details

initialized public_oe property

public bool initialized
return bool

library public_oe property

public Dictionary>> library
return Dictionary>>