コード例 #1
0
 public PagedWorldSection(string name, PagedWorld parent, SceneManager sm)
     : base()
 {
     this.mName         = name;
     this.mParent       = parent;
     Strategy           = null;
     this.mPageProvider = null;
     this.mSceneMgr     = sm;
 }
コード例 #2
0
		public PagedWorldSection( string name, PagedWorld parent, SceneManager sm )
			: base()
		{
			this.mName = name;
			this.mParent = parent;
			Strategy = null;
			this.mPageProvider = null;
			this.mSceneMgr = sm;
		}