broken_seals_roguelike/game/steering_ai_framework/GSAIAgentLocation.gd

8 lines
228 B
GDScript3
Raw Normal View History

2020-07-11 23:36:22 +02:00
# Represents an agent with only a location and an orientation.
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