C# 클래스 OpenSim.Region.CoreModules.Framework.Library.LibraryModule

상속: ISharedRegionModule
파일 보기 프로젝트 열기: openmetaversefoundation/fortis-opensim

공개 메소드들

메소드 설명
AddRegion ( Scene scene ) : void
Close ( ) : void
Initialise ( IConfigSource config ) : void
PostInitialise ( ) : void
RegionLoaded ( Scene scene ) : void
RemoveRegion ( Scene scene ) : void

보호된 메소드들

메소드 설명
LoadLibrariesFromArchives ( ) : void

비공개 메소드들

메소드 설명
DumpFolder ( OpenSim.Framework.InventoryFolderImpl folder ) : void
FixPerms ( OpenSim.Framework.InventoryNodeBase node ) : void
GetInventoryPathFromName ( string name ) : string

메소드 상세

AddRegion() 공개 메소드

public AddRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Initialise() 공개 메소드

public Initialise ( IConfigSource config ) : void
config IConfigSource
리턴 void

LoadLibrariesFromArchives() 보호된 메소드

protected LoadLibrariesFromArchives ( ) : void
리턴 void

PostInitialise() 공개 메소드

public PostInitialise ( ) : void
리턴 void

RegionLoaded() 공개 메소드

public RegionLoaded ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
리턴 void

RemoveRegion() 공개 메소드

public RemoveRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
리턴 void