コード例 #1
0
        public static ComponentManager init()
        {
            Debug.Assert(instance_ == null);

            instance_ = new ComponentManager();
            return instance_;
        }
コード例 #2
0
ファイル: Locator.cs プロジェクト: BigDub/HomePrototype
 public static void provide(ComponentManager component)
 {
     component_ = component;
 }