1: 2009-09-12 (Sat) 17:03:28 iseki  |
Cur: 2009-09-12 (Sat) 17:56:23 iseki  |
| - | ** 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 |
|
| Today : |
      |
| Yesterday : |
      |
| Total : |
        |
|
| |