C# 클래스 Aurora.DefaultLibraryLoaders.DefaultAssetXMLLoader

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

보호된 프로퍼티들

프로퍼티 타입 설명
LIBRARY_OWNER_ID UUID
m_service ILibraryService

공개 메소드들

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

보호된 메소드들

메소드 설명
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

메소드 상세

CreateAsset() 보호된 메소드

protected CreateAsset ( string assetIdStr, string name, string path, AssetType type ) : AssetBase
assetIdStr string
name string
path string
type AssetType
리턴 AssetBase

ForEachDefaultXmlAsset() 보호된 메소드

protected ForEachDefaultXmlAsset ( string assetSetFilename, Action action ) : void
assetSetFilename string
action Action
리턴 void

LoadAsset() 보호된 정적인 메소드

protected static LoadAsset ( AssetBase info, string path ) : void
info AssetBase
path string
리턴 void

LoadLibrary() 공개 메소드

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

LoadXmlAssetSet() 보호된 메소드

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

프로퍼티 상세

LIBRARY_OWNER_ID 보호되어 있는 정적으로 프로퍼티

protected static UUID LIBRARY_OWNER_ID
리턴 UUID

m_service 보호되어 있는 프로퍼티

protected ILibraryService m_service
리턴 ILibraryService