Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TargetFollower<T, U, G>

Interface for an object that can follow a target.

Type parameters

  • T

  • U

  • G: Graph<U> = Graph<U>

Hierarchy

  • TargetFollower

Implemented by

Index

Methods

Methods

follow

  • follow<H>(target: T, strategy: {}): void
  • Assigns a target to this follower.

    see

    TargetFollowingStrategy

    Type parameters

    • H: G

    Parameters

    • target: T

      target object.

    • strategy: {}

      target following strategy.

    Returns void

Generated using TypeDoc