godot-steering-ai-framework/godot/addons/com.gdquest.godot-steering-ai-framework/GSAIAgentLocation.gd
2020-08-23 12:25:09 -04:00

9 lines
253 B
GDScript

# Represents an agent with only a location and an orientation.
# @category - Base types
class_name GSAIAgentLocation
# The agent's position in space.
var position := Vector3.ZERO
# The agent's orientation on its Y axis rotation.
var orientation := 0.0