C# Class WhiteCore.Modules.DefaultInventoryIARLoader.DefaultInventoryIARLoader

Inheritance: IDefaultLibraryLoader
Afficher le fichier Open project: WhiteCoreSim/WhiteCore-Dev

Protected Properties

Свойство Type Description
m_Database IInventoryData
m_assetTypes AssetType>.Dictionary
m_libService ILibraryService
m_registry IRegistryCore

Méthodes publiques

Méthode Description
LoadLibrary ( ILibraryService service, IConfigSource source, IRegistryCore registry ) : void

Méthodes protégées

Méthode Description
AddDefaultAssetTypes ( ) : void
FixParent ( UUID ID, IScene m_MockScene, UUID LibraryRootID ) : void
FixPerms ( WhiteCore.Framework.Services.ClassHelpers.Inventory.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

Méthode Description
GetInventoryPathFromName ( string name ) : string

Method Details

AddDefaultAssetTypes() protected méthode

protected AddDefaultAssetTypes ( ) : void
Résultat void

FixParent() protected méthode

protected FixParent ( UUID ID, IScene m_MockScene, UUID LibraryRootID ) : void
ID UUID
m_MockScene IScene
LibraryRootID UUID
Résultat void

FixPerms() protected méthode

protected FixPerms ( WhiteCore.Framework.Services.ClassHelpers.Inventory.InventoryNodeBase node ) : void
node WhiteCore.Framework.Services.ClassHelpers.Inventory.InventoryNodeBase
Résultat void

LoadLibraries() protected méthode

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

LoadLibrary() public méthode

public LoadLibrary ( ILibraryService service, IConfigSource source, IRegistryCore registry ) : void
service ILibraryService
source IConfigSource
registry IRegistryCore
Résultat void

TraverseFolders() protected méthode

protected TraverseFolders ( UUID ID, IScene m_MockScene ) : void
ID UUID
m_MockScene IScene
Résultat void

Property Details

m_Database protected_oe property

protected IInventoryData m_Database
Résultat IInventoryData

m_assetTypes protected_oe property

protected Dictionary m_assetTypes
Résultat AssetType>.Dictionary

m_libService protected_oe property

protected ILibraryService m_libService
Résultat ILibraryService

m_registry protected_oe property

protected IRegistryCore m_registry
Résultat IRegistryCore