godot-steering-ai-framework/project/src/GSAIAgentLocation.gd

9 lines
251 B
GDScript3
Raw Normal View History

# Represents an agent with only a location and an orientation.
2020-02-22 18:48:58 +01: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