AiAgent3D
Inherits: CharacterBody3D
Inherited by:
Description
Controls the ai agents that populate the city.
Properties
| Vector3 | end_position | Vector3(0.0, 0.0, 0.0) |
| int | index | 0 |
| float | min_distance | 0.05 |
| bool | move | false |
| Array[Vector3] | path_to_go | [] |
| float | speed | 0.5 |
Methods
| void | start_agent(path: Array[Vector3]) |
| void | _physics_proccess(delta: float) |
| void | walk_the_path(_delta: float) |

Leave a Reply