Méthode | Description | |
---|---|---|
FetchAsset ( string url, UUID assetID ) : Aurora.Framework.AssetBase | ||
FinishedStartup ( ) : void | ||
Initialize ( IConfigSource config, IRegistryCore registry ) : void |
Méthode | Description | |
---|---|---|
AddFolder ( Aurora.Framework.InventoryFolderBase folder ) : bool | ||
AddItem ( Aurora.Framework.InventoryItemBase item ) : bool | ||
GetAssets ( Aurora.Framework.InventoryItemBase it, string assetServer ) : void | ||
GetFolder ( Aurora.Framework.InventoryFolderBase folder ) : Aurora.Framework.InventoryFolderBase | ||
GetFolderForType ( UUID principalID, InventoryType invType, AssetType type ) : Aurora.Framework.InventoryFolderBase | ||
GetItem ( Aurora.Framework.InventoryItemBase item ) : Aurora.Framework.InventoryItemBase | ||
GetRootFolder ( UUID principalID ) : Aurora.Framework.InventoryFolderBase |
public FetchAsset ( string url, UUID assetID ) : Aurora.Framework.AssetBase | ||
url | string | |
assetID | UUID | |
Résultat | Aurora.Framework.AssetBase |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
Résultat | void |