Godot 3 Steering AI Framework
  • Godot Steering AI Framework
  • Installation
  • Getting Started
  • Code Reference
    • GSAIAgentLocation
    • GSAIArrive
    • GSAIFlee
    • GSAILookWhereYouGo
    • GSAIBlend
    • GSAIGroupBehavior
    • GSAIUtils
    • GSAIKinematicBody2DAgent
    • GSAIPriority
    • GSAIRadiusProximity
    • GSAIPursue
    • GSAIPath
    • GSAIAvoidCollisions
Powered by GitBook
On this page
  • Description
  • Properties
  • Property Descriptions
  1. Code Reference

GSAIAgentLocation

Description

Represents an agent with only a location and an orientation.

Properties

Type
Name

Vector3

position

float

orientation

Property Descriptions

position

var position: Vector3

The agent's position in space.

orientation

var orientation: float

The agent's orientation on its Y axis rotation.

PreviousCode ReferenceNextGSAIArrive

Last updated 2 years ago