godot-steering-ai-framework/godot/addons/com.gdquest.godot-steering-ai-framework/GSAIAgentLocation.gd

9 lines
253 B
GDScript3
Raw Normal View History

# Represents an agent with only a location and an orientation.
2020-04-03 02:31:59 +02:00
# @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