Метод | Описание | |
---|---|---|
FinishedStartup ( ) : void | ||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
Start ( IConfigSource config, IRegistryCore registry ) : void |
Метод | Описание | |
---|---|---|
AdjustIdentifiers ( byte data ) : byte[] | ||
AdjustIdentifiers ( Aurora.Framework.AssetBase meta ) : void |
Метод | Описание | |
---|---|---|
Delete ( UUID id ) : bool | ||
Get ( string id ) : Aurora.Framework.AssetBase | ||
Get ( string id, object sender, AssetRetrieved handler ) : void | ||
GetCached ( string id ) : Aurora.Framework.AssetBase | ||
GetData ( string id ) : byte[] | ||
GetExists ( string id ) : bool | ||
Store ( Aurora.Framework.AssetBase asset ) : UUID | ||
UpdateContent ( UUID id, byte data ) : UUID |
protected AdjustIdentifiers ( byte data ) : byte[] | ||
data | byte | |
Результат | byte[] |
protected AdjustIdentifiers ( Aurora.Framework.AssetBase meta ) : void | ||
meta | Aurora.Framework.AssetBase | |
Результат | void |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
Результат | void |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
Результат | void |