C# Class Universe.Modules.DefaultInventoryIARLoader.DefaultInventoryIARLoader

Inheritance: IDefaultLibraryLoader
ファイルを表示 Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Property Type Description
m_Database IInventoryData
m_assetTypes AssetType>.Dictionary
m_registry IRegistryCore
m_service ILibraryService

Public Methods

Method Description
LoadLibrary ( ILibraryService service, IConfigSource source, IRegistryCore registry ) : void

Protected Methods

Method Description
AddDefaultAssetTypes ( ) : void
FixParent ( UUID ID, IScene m_MockScene, UUID LibraryRootID ) : void
FixPerms ( InventoryNodeBase node ) : void
LoadLibraries ( string iarFileName ) : void

Use the asset set information at path to load assets

TraverseFolders ( UUID ID, IScene m_MockScene ) : void

Private Methods

Method Description
GetInventoryPathFromName ( string name ) : string

Method Details

AddDefaultAssetTypes() protected method

protected AddDefaultAssetTypes ( ) : void
return void

FixParent() protected method

protected FixParent ( UUID ID, IScene m_MockScene, UUID LibraryRootID ) : void
ID UUID
m_MockScene IScene
LibraryRootID UUID
return void

FixPerms() protected method

protected FixPerms ( InventoryNodeBase node ) : void
node Universe.Framework.Services.ClassHelpers.Inventory.InventoryNodeBase
return void

LoadLibraries() protected method

Use the asset set information at path to load assets
protected LoadLibraries ( string iarFileName ) : void
iarFileName string
return void

LoadLibrary() public method

public LoadLibrary ( ILibraryService service, IConfigSource source, IRegistryCore registry ) : void
service ILibraryService
source IConfigSource
registry IRegistryCore
return void

TraverseFolders() protected method

protected TraverseFolders ( UUID ID, IScene m_MockScene ) : void
ID UUID
m_MockScene IScene
return void

Property Details

m_Database protected_oe property

protected IInventoryData m_Database
return IInventoryData

m_assetTypes protected_oe property

protected Dictionary m_assetTypes
return AssetType>.Dictionary

m_registry protected_oe property

protected IRegistryCore m_registry
return IRegistryCore

m_service protected_oe property

protected ILibraryService m_service
return ILibraryService