Свойство | Тип | Описание | |
---|---|---|---|
doDatabaseCaching | bool | ||
m_assetService | IAssetDataPlugin | ||
m_assetsDirectory | string | ||
m_connectionPassword | string | ||
m_enabled | bool | ||
m_migrateSQL | bool |
Метод | Описание | |
---|---|---|
Configure ( IConfigSource config, IRegistryCore registry ) : void | ||
FileDeleteAsset ( string id ) : void | ||
FileExistsAsset ( string id ) : bool | ||
FileGetAsset ( string id ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
FileGetAsset ( string id, bool showWarnings ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
FileSetAsset ( WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase asset ) : bool | ||
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 | ||
Start ( IConfigSource config, IRegistryCore registry ) : void |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
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[] | ||
GetDataPathForID ( string hashCode ) : string | ||
GetExists ( string id ) : bool | ||
GetPathForID ( string id ) : string | ||
MakeValidFileName ( string name ) : string | ||
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 | |
Результат | void |
public FileDeleteAsset ( string id ) : void | ||
id | string | |
Результат | void |
public FileExistsAsset ( string id ) : bool | ||
id | string | |
Результат | bool |
public FileGetAsset ( string id ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
id | string | |
Результат | WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase |
public FileGetAsset ( string id, bool showWarnings ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
id | string | |
showWarnings | bool | |
Результат | WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase |
public FileSetAsset ( WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase asset ) : bool | ||
asset | WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | |
Результат | bool |
public Get ( string id, object sender, AssetRetrieved handler ) : void | ||
id | string | |
sender | object | |
handler | AssetRetrieved | |
Результат | void |
public GetCached ( string id ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
id | string | |
Результат | WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase |
public GetMesh ( string id ) : WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase | ||
id | string | |
Результат | WhiteCore.Framework.Services.ClassHelpers.Assets.AssetBase |
protected HandleDeleteAsset ( IScene scene, string args ) : void | ||
scene | IScene | Scene. |
args | string | Arguments. |
Результат | void |
protected HandleGetAsset ( IScene scene, string args ) : void | ||
scene | IScene | Scene. |
args | string | Arguments. |
Результат | void |
protected HandleMigrateSQLAssets ( IScene scene, string args ) : void | ||
scene | IScene | Scene. |
args | string | Arguments. |
Результат | void |
protected HandleShowDigest ( IScene scene, string args ) : void | ||
scene | IScene | Scene. |
args | string | Arguments. |
Результат | void |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
Результат | void |
protected SetUpFileBase ( string path ) : void | ||
path | string | |
Результат | void |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
Результат | void |
protected IAssetDataPlugin m_assetService | ||
Результат | IAssetDataPlugin |