C# Class AquaSphere.IO.BuildLibrary

Afficher le fichier Open project: fi-content2-games-platform/FIcontent.Gaming.Enabler.phenomobilecharactermanager

Méthodes publiques

Свойство Type Description
initialized bool
library Dictionary>>

Méthodes publiques

Méthode 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 méthode

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

Initialize() public méthode

public Initialize ( string dataString ) : void
dataString string
Résultat void

Load() public méthode

public Load ( string dataPath ) : void
dataPath string
Résultat void

ProcessConfigEvent() public méthode

public ProcessConfigEvent ( string eventId, string data ) : void
eventId string
data string
Résultat void

Property Details

initialized public_oe property

public bool initialized
Résultat bool

library public_oe property

public Dictionary>> library
Résultat Dictionary>>