コード例 #1
0
        public override void Start(NIPlanningWorld world)
        {
            base.Start(world);

            System.Diagnostics.Debug.Assert(world is NIPathTerrain);
            m_pathTerrain = world as NIPathTerrain;
        }
コード例 #2
0
ファイル: NAStarPlanner.cs プロジェクト: p6352138/Assets
 public override void Start(NIPlanningWorld world)
 {
     base.Start(world);
 }
コード例 #3
0
 public virtual void Start(NIPlanningWorld world)
 {
     m_world = world;
 }