ループの中で連続的に処理を入れる場合、確定的な処理が発生すると、ループを途中で抜け出し、次のフレームに処理を進める必要があります。
多数の当たり判定があるものは優先度をつけて、ループ条件を付ける必要がありますね。
When runnin continuous processing inside a loop, if a certain condition is met, the loop needs to break and move on to the next frame.
If there are multiple collision checks, priorities should be set and proper loop conditions should be applied.
次回
