チェンジセット 1371: as3/GameAI/trunk/src/TreeTest.as
- コミット日時:
- 2008/09/24 09:35:17 (4 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/GameAI/trunk/src/TreeTest.as
r1292 r1371 15 15 [0, 1, [2, 3]], 16 16 [1, 2, [4, 5]], 17 [1, 3, [6, 7, 8]]); 18 trace(t.rootIdx == 0); 17 [1, 3, [6, 7, 8], 18 [2, 4, [9, 10], 19 [2, 5, [11, 12], 20 [3, 7, [13, 14]]]]]); 21 trace(t.rootIndex == 0); 19 22 for(var i:int = 0; i <= 8; i++){ 20 trace(i, t.parentI dx(i), t.childNodeIdxs(i), t.hasChild(i));23 trace(i, t.parentIndex(i), t.childNodeIndexs(i), t.hasChild(i)); 21 24 } 22 25 }

