Свойство | Type | Description | |
---|---|---|---|
doDatabaseCaching | bool | ||
m_database | IAssetDataPlugin |
Méthode | Description | |
---|---|---|
Configure ( IConfigSource config, IRegistryCore registry ) : void | ||
FinishedStartup ( ) : void | ||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
Start ( IConfigSource config, IRegistryCore registry ) : void |
Méthode | Description | |
---|---|---|
HandleDeleteAsset ( IScene scene, string args ) : void |
Handles the delete asset command.
|
|
HandleGetAsset ( IScene scene, string args ) : void |
Handles the get asset command.
|
|
HandleShowDigest ( IScene scene, string args ) : void |
Handles the show digest command.
|
Méthode | Description | |
---|---|---|
Delete ( UUID id ) : bool | ||
Get ( string id ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
Get ( string id, bool showWarnings ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
Get ( string id, object sender, AssetRetrieved handler ) : void | ||
GetCached ( string id ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
GetData ( string id ) : byte[] | ||
GetData ( string id, bool showWarnings ) : byte[] | ||
GetExists ( string id ) : bool | ||
GetMesh ( string id ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
Store ( WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase asset ) : UUID | ||
UpdateContent ( UUID id, byte data ) : UUID |
public Configure ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
Résultat | void |
protected HandleDeleteAsset ( IScene scene, string args ) : void | ||
scene | IScene | Scene. |
args | string | Arguments. |
Résultat | void |
protected HandleGetAsset ( IScene scene, string args ) : void | ||
scene | IScene | Scene. |
args | string | Arguments. |
Résultat | void |
protected HandleShowDigest ( IScene scene, string args ) : void | ||
scene | IScene | Scene. |
args | string | Arguments. |
Résultat | void |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
Résultat | void |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
Résultat | void |