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