- ソース を表示
- OpenSim/Modules/IRegionModule へ行く。
1: 2009-09-12 (土) 17:03:28 iseki | 現: 2009-09-12 (土) 17:56:23 iseki | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ** Modules [#h4f19872] | + | ** [[IRegionModule>../IRegionModule]] [#a6ba14f8] |
- | - ''IRegionModule'' : Regionサーバ用モジュールインターフェイス | + | - OpenSim/Region/Framework/Interfaces/IRegionModule.cs |
+ | using Nini.Config; | ||
+ | using OpenSim.Region.Framework.Scenes; | ||
+ | |||
+ | namespace OpenSim.Region.Framework.Interfaces | ||
+ | { | ||
+ | public interface IRegionModule | ||
+ | { | ||
+ | void Initialise(Scene scene, IConfigSource source); | ||
+ | void PostInitialise(); | ||
+ | void Close(); | ||
+ | string Name { get; } | ||
+ | bool IsSharedModule { get; } | ||
+ | } | ||
+ | } | ||
+ | *** インターフェイスメンバ [#sa60ebdb] | ||
+ | -- void Initialise(Scene scene, IConfigSource config) | ||
+ | -- void PostInitialise() | ||
+ | -- void Close() | ||
+ | -- string Name { get; } | ||
+ | -- bool IsSharedModule { get; } | ||
+ | #br |
- OpenSim/Modules/IRegionModule のバックアップ一覧
- OpenSim/Modules/IRegionModule のバックアップ差分(No. All)
- 1: 2009-09-12 (土) 17:03:28 iseki
- 現: 2009-09-12 (土) 17:56:23 iseki