Property | Type | Description | |
---|---|---|---|
doDatabaseCaching | bool | ||
m_assetService | IAssetDataPlugin | ||
m_connectionDNS | string | ||
m_connectionPassword | string | ||
m_connectionPool | Pool |
||
m_connectionPort | int | ||
m_enabled | bool | ||
m_migrateSQL | bool |
Method | Description | |
---|---|---|
Configure ( IConfigSource config, IRegistryCore registry ) : void | ||
FinishedStartup ( ) : void | ||
Get ( string id, object sender, AssetRetrieved handler ) : void | ||
GetCached ( string id ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
GetMesh ( string id ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
RedisDeleteAsset ( string id ) : void | ||
RedisExistsAsset ( string id ) : bool | ||
RedisGetAsset ( string id ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
RedisGetAsset ( string id, bool showWarnings ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
RedisSetAsset ( WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase asset ) : bool | ||
Start ( IConfigSource config, IRegistryCore registry ) : void |
Method | Description | |
---|---|---|
HandleDeleteAsset ( IScene scene, string args ) : void |
Handles the delete asset command.
|
|
HandleGetAsset ( IScene scene, string args ) : void |
Handles the get asset command.
|
|
HandleMigrateSQLAssets ( IScene scene, string args ) : void |
Handles enable/disable of the migrate SQL setting.
|
|
HandleShowDigest ( IScene scene, string args ) : void |
Handles the show digest command.
|
Method | Description | |
---|---|---|
CheckForConversion ( string id ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
Delete ( UUID id ) : bool | ||
Get ( string id ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
Get ( string id, bool showWarnings ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
GetData ( string id ) : byte[] | ||
GetData ( string id, bool showWarnings ) : byte[] | ||
GetExists ( string id ) : bool | ||
RedisEnsureConnection ( Func |
||
RedisEnsureConnection ( Func |
||
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 | |
return | void |
public Get ( string id, object sender, AssetRetrieved handler ) : void | ||
id | string | |
sender | object | |
handler | AssetRetrieved | |
return | void |
public GetCached ( string id ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
id | string | |
return | WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase |
public GetMesh ( string id ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
id | string | |
return | WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase |
protected HandleDeleteAsset ( IScene scene, string args ) : void | ||
scene | IScene | Scene. |
args | string | Arguments. |
return | void |
protected HandleGetAsset ( IScene scene, string args ) : void | ||
scene | IScene | Scene. |
args | string | Arguments. |
return | void |
protected HandleMigrateSQLAssets ( IScene scene, string args ) : void | ||
scene | IScene | Scene. |
args | string | Arguments. |
return | void |
protected HandleShowDigest ( IScene scene, string args ) : void | ||
scene | IScene | Scene. |
args | string | Arguments. |
return | void |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
public RedisGetAsset ( string id ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
id | string | |
return | WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase |
public RedisGetAsset ( string id, bool showWarnings ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
id | string | |
showWarnings | bool | |
return | WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase |
public RedisSetAsset ( WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase asset ) : bool | ||
asset | WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | |
return | bool |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
protected IAssetDataPlugin m_assetService | ||
return | IAssetDataPlugin |