C# Class Aurora.DefaultLibraryLoaders.DefaultAssetXMLLoader

Inheritance: IDefaultLibraryLoader
Afficher le fichier Open project: aurora-sim/Aurora-Sim-Optional-Modules

Protected Properties

Свойство Type Description
LIBRARY_OWNER_ID UUID
m_service ILibraryService

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateAsset ( string assetIdStr, string name, string path, AssetType type ) : AssetBase
ForEachDefaultXmlAsset ( string assetSetFilename, Action action ) : void
LoadAsset ( AssetBase info, string path ) : void
LoadXmlAssetSet ( string assetSetPath, List assets ) : void

Use the asset set information at path to load assets

Method Details

CreateAsset() protected méthode

protected CreateAsset ( string assetIdStr, string name, string path, AssetType type ) : AssetBase
assetIdStr string
name string
path string
type AssetType
Résultat AssetBase

ForEachDefaultXmlAsset() protected méthode

protected ForEachDefaultXmlAsset ( string assetSetFilename, Action action ) : void
assetSetFilename string
action Action
Résultat void

LoadAsset() protected static méthode

protected static LoadAsset ( AssetBase info, string path ) : void
info AssetBase
path 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

LoadXmlAssetSet() protected méthode

Use the asset set information at path to load assets
protected LoadXmlAssetSet ( string assetSetPath, List assets ) : void
assetSetPath string
assets List
Résultat void

Property Details

LIBRARY_OWNER_ID protected_oe static_oe property

protected static UUID LIBRARY_OWNER_ID
Résultat UUID

m_service protected_oe property

protected ILibraryService m_service
Résultat ILibraryService