Object
Became Idle
Last updated April 18, 2017
Description
The Became Idle behavior will trigger an event once immediately when your object enters an inactive state. An inactive state implies an object is idle and no longer moving.
Properties
| Object A |
This is the object you want to check when it becomes idle. By default the current object is selected, but you can tap the graphic and choose any other object in your scene. |
Outputs
| Object ID |
This outputs the Object ID. |
Examples
You can use this for an AI state. By checking the inactive state of your player, the AI can stop or no longer patrol. When the object is inactive, disable behaviors, or run other necessary logic.

