Namespace KaijuSolutions.Agents.Behavior.Movement
Movement integration for Unity Behavior.
Classes
KaijuAutoLookAction
Action to set if a agent should automatically look where it is moving if there is no explicitly set target ot look at.
KaijuConfigurationAction
Action to set the movement configuration of a agent.
KaijuEvadeAction
Evade movement action for a agent.
KaijuFleeAction
Flee movement action for a agent.
KaijuLookAction
Action to have a agent look at a target.
KaijuLookSpeedAction
Action to set the look speed of a agent.
KaijuMoveAccelerationAction
Action to set the move acceleration of a agent.
KaijuMovementAction<T>
Class for movement actions.
KaijuMovementReference
Helper class to allow us to serialize movements as variables in graphs.
KaijuMoveSpeedAction
Action to set the move speed of a agent.
KaijuObstacleAvoidanceAction
Obstacle avoidance movement action for a agent.
KaijuPathFollowAction
Path follow movement action for a agent.
KaijuPursueAction
Pursue movement action for a agent.
KaijuSeekAction
Seek movement action for a agent.
KaijuSeparationAction
Separation movement action for a agent.
KaijuStopAction
Action to stop all movements of a agent.
KaijuStopEvadeAction
Action to stop all evade movements of a agent.
KaijuStopFleeAction
Action to stop all flee movements of a agent.
KaijuStopLookAction
Action to stop a agent from explicitly looking at a target.
KaijuStopMovementAction
Action to stop a movement.
KaijuStopObstacleAvoidanceAction
Action to stop all obstacle avoidance movements of a agent.
KaijuStopPathFollowAction
Action to stop all path following movements of a agent.
KaijuStopPursueAction
Action to stop all pursue movements of a agent.
KaijuStopSeekAction
Action to stop all seek movements of a agent.
KaijuStopSeparationAction
Action to stop all separation movements of a agent.
KaijuStopTypeAction<T>
Action to stop all movements of a agent.
KaijuStopWanderAction
Action to stop all wander movements of a agent.
KaijuTargetMovementAction<T>
Class for movement actions which move in relation to a given target.
KaijuTeleportAction
Action to teleport a agent.
KaijuWanderAction
Wander movement action for a agent.