프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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
|
protected LoadLibraries ( string librariesControlPath ) : void | ||
librariesControlPath | string | |
리턴 | void |
public LoadLibrary ( ILibraryService service, IConfigSource source, IRegistryCore registry ) : void | ||
service | ILibraryService | |
source | IConfigSource | |
registry | IRegistryCore | |
리턴 | void |
protected ReadLibraryFromConfig ( IConfig config, string path ) : void | ||
config | IConfig | |
path | string | |
리턴 | void |