stats便利

404 Not Found - stats -
mrdoob -


Mr.doob's open source stuff - Google Project Hosting

FPSとかメモリ使用量がリアルタイムで見られる。

こういう感じで
f:id:nanmo:20081229212959p:image

使い方

//statsをimport
import net.hires.debug.Stats;

//適当なところでaddChildする
addChild( new Stats() );

あとはFlexで条件付きコンパイルしてビルドによって付けたり外したりできればいいんだけどなあ。
FlashDevelopにそういうプラグインないかなあ。