C# 클래스 Aurora.DefaultLibraryLoaders.InventoryXMLLoader

상속: IDefaultLibraryLoader
파일 보기 프로젝트 열기: aurora-sim/Aurora-Sim-Optional-Modules

보호된 프로퍼티들

프로퍼티 타입 설명
m_inventoryService IInventoryService
m_service ILibraryService

공개 메소드들

메소드 설명
LoadLibrary ( ILibraryService service, IConfigSource source, IRegistryCore registry ) : void

보호된 메소드들

메소드 설명
LoadLibraries ( string librariesControlPath ) : void

Use the asset set information at path to load assets

ReadLibraryFromConfig ( IConfig config, string path ) : void

Read a library set from config

비공개 메소드들

메소드 설명
CreateItem ( UUID inventoryID, UUID assetID, string name, string description, int assetType, int invType, UUID parentFolderID ) : InventoryItemBase
LoadFromFile ( string path, string fileDescription, ConfigAction action ) : void

Load the given configuration at a path and perform an action on each Config contained within it

ReadFolderFromConfig ( IConfig config, string path ) : void

Read a library inventory folder from a loaded configuration

ReadItemFromConfig ( IConfig config, string path ) : void

Read a library inventory item metadata from a loaded configuration

메소드 상세

LoadLibraries() 보호된 메소드

Use the asset set information at path to load assets
protected LoadLibraries ( string librariesControlPath ) : void
librariesControlPath string
리턴 void

LoadLibrary() 공개 메소드

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

ReadLibraryFromConfig() 보호된 메소드

Read a library set from config
protected ReadLibraryFromConfig ( IConfig config, string path ) : void
config IConfig
path string
리턴 void

프로퍼티 상세

m_inventoryService 보호되어 있는 프로퍼티

protected IInventoryService m_inventoryService
리턴 IInventoryService

m_service 보호되어 있는 프로퍼티

protected ILibraryService m_service
리턴 ILibraryService