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

GSAIPursue

Extends: GSAISteeringBehavior

Description

Calculates an acceleration to make an agent intercept another based on the target agent's movement.

Properties

Type
Name

GSAISteeringAgent

target

float

predict_time_max

Property Descriptions

target

var target: GSAISteeringAgent

The target agent that the behavior is trying to intercept.

predict_time_max

var predict_time_max: float

The maximum amount of time in the future the behavior predicts the target's location.

PreviousGSAIRadiusProximityNextGSAIPath

Last updated 2 years ago