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 ) : |
||
GetMesh ( string id ) : |
||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
RedisDeleteAsset ( string id ) : void | ||
RedisExistsAsset ( string id ) : bool | ||
RedisGetAsset ( string id ) : |
||
RedisSetAsset ( |
||
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 ) : |
||
Delete ( UUID id ) : bool | ||
Get ( string id ) : |
||
Get ( string id, bool showWarnings ) : |
||
GetData ( string id ) : byte[] | ||
GetExists ( string id ) : bool | ||
RedisEnsureConnection ( Func |
||
RedisEnsureConnection ( Func |
||
Store ( |
||
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 ) : |
||
id | string | |
return |
public GetMesh ( string id ) : |
||
id | string | |
return |
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 ) : |
||
id | string | |
return |
public RedisSetAsset ( |
||
asset | ||
return | bool |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
protected IAssetDataPlugin m_assetService | ||
return | IAssetDataPlugin |