Property | Type | Description | |
---|---|---|---|
LIBRARY_OWNER_ID | UUID | ||
m_service | ILibraryService |
Method | Description | |
---|---|---|
LoadLibrary ( ILibraryService service, IConfigSource source, IRegistryCore registry ) : void |
Method | Description | |
---|---|---|
CreateAsset ( string assetIdStr, string name, string path, AssetType type ) : AssetBase | ||
ForEachDefaultXmlAsset ( string assetSetFilename, Action |
||
LoadAsset ( AssetBase info, string path ) : void | ||
LoadXmlAssetSet ( string assetSetPath, List |
Use the asset set information at path to load assets
|
protected CreateAsset ( string assetIdStr, string name, string path, AssetType type ) : AssetBase | ||
assetIdStr | string | |
name | string | |
path | string | |
type | AssetType | |
return | AssetBase |
protected ForEachDefaultXmlAsset ( string assetSetFilename, Action |
||
assetSetFilename | string | |
action | Action |
|
return | void |
protected static LoadAsset ( AssetBase info, string path ) : void | ||
info | AssetBase | |
path | string | |
return | void |
public LoadLibrary ( ILibraryService service, IConfigSource source, IRegistryCore registry ) : void | ||
service | ILibraryService | |
source | IConfigSource | |
registry | IRegistryCore | |
return | void |
protected LoadXmlAssetSet ( string assetSetPath, List |
||
assetSetPath | string | |
assets | List |
|
return | void |