#author("2024-09-02T05:08:25+00:00","default:iseki","iseki")
** ISharedRegionModule [#u1d2ebe7]
- OpenSim/Region/Framework/Interfaces/ISharedRegionModule.cs
 using System; 
 
 namespace OpenSim.Region.Framework.Interfaces
 {
    public interface ISharedRegionModule : IRegionModuleBase
    {
        /// <summary>
        /// This is called exactly once after all the shared region-modules have been instanciated and
        /// <see cref="IRegionModuleBase.Initialise"/>d.
        /// </summary>        
        void PostInitialise();
    }
 }

*** インターフェイス [#fb067b51]
- void PostInitialise()


*** see also. [[IRegionModuleBase>../IRegionModuleBase]] [#z0c481ff]



トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS