Property | Type | Description | |
---|---|---|---|
doDatabaseCaching | bool | ||
m_assetService | IAssetDataPlugin | ||
m_assetsDirectory | string | ||
m_connectionPassword | string | ||
m_enabled | bool | ||
m_migrateSQL | bool |
Method | Description | |
---|---|---|
Configure ( IConfigSource config, IRegistryCore registry ) : void | ||
FileDeleteAsset ( string id ) : void | ||
FileExistsAsset ( string id ) : bool | ||
FileGetAsset ( string id ) : |
||
FileSetAsset ( |
||
FinishedStartup ( ) : void | ||
Get ( string id, object sender, AssetRetrieved handler ) : void | ||
GetCached ( string id ) : |
||
GetMesh ( string id ) : |
||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
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.
|
|
SetUpFileBase ( string path ) : void |
Method | Description | |
---|---|---|
CheckForConversion ( string id ) : |
||
Delete ( UUID id ) : bool | ||
Get ( string id ) : |
||
Get ( string id, bool showWarnings ) : |
||
GetData ( string id ) : byte[] | ||
GetDataPathForID ( string hashCode ) : string | ||
GetExists ( string id ) : bool | ||
GetPathForID ( string id ) : string | ||
MakeValidFileName ( string name ) : string | ||
Store ( |
||
UpdateContent ( UUID id, byte data ) : UUID |
public Configure ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
public FileGetAsset ( string id ) : |
||
id | string | |
return |
public FileSetAsset ( |
||
asset | ||
return | bool |
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 |
protected SetUpFileBase ( string path ) : void | ||
path | string | |
return | void |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |