Arbor 3: FSM & BT Graph Editor
3.7.8
|
無限ループのデバッグ設定 [詳解]
公開変数類 | |
int | maxLoopCount = 10000 |
最大ループカウント [詳解] | |
bool | enableLogging = true |
ログを有効。ループカウントがmaxLoopCount以上になった時にログ出力します。 [詳解] | |
bool | enableBreak = false |
Debug.Breakを有効化。ループカウントがmaxLoopCount以上になった時にDebug.Breakします。 [詳解] | |
無限ループのデバッグ設定
bool enableBreak = false |
Debug.Breakを有効化。ループカウントがmaxLoopCount以上になった時にDebug.Breakします。
bool enableLogging = true |
ログを有効。ループカウントがmaxLoopCount以上になった時にログ出力します。
int maxLoopCount = 10000 |
最大ループカウント