GSAIGroupBehavior

Extends: GSAISteeringBehavior

Description

Base type for group-based steering behaviors.

Properties

TypeName

GSAIProximity

proximity

Functions

TypeName

bool

func _report_neighbor(_neighbor: GSAISteeringAgent) -> bool

Property Descriptions

proximity

var proximity: GSAIProximity

Container to find neighbors of the agent and calculate group behavior.

Method Descriptions

_report_neighbor (virtual)

func _report_neighbor(_neighbor: GSAISteeringAgent) -> bool

Internal callback for the behavior to define whether or not a member is relevant

Last updated