Tasks
Last updated
Last updated
Task are logics that will be executed Once an AI State starts. It can be simple tasks like changing the speed on the animal, playing a mode, changing the stance or more complex task like sending movement to the AI control to Patrol
Not all common properties will appear on every task.
Name of the Task
Description to fill what the Task does.
ID to identify which is the task playing at the moment. This is the value the Brain Event OnTaskStarted will send.
Does this task need to wait for the previous task in the list before activating?
How often should this task be checked? Lower numbers = better accuracy but lower performance.