Options
All
  • Public
  • Public/Protected
  • All
Menu

PathfindingObstaclesManager manages the common objects shared by objects having a pathfinding behavior: In particular, the obstacles behaviors are required to declare themselves (see PathfindingObstaclesManager.addObstacle) to the manager of their associated container (see gdjs.PathfindingRuntimeBehavior.obstaclesManagers).

Hierarchy

  • PathfindingObstaclesManager

Index

Methods

  • Returns all the platforms around the specified object.

    Parameters

    Returns void

    An array with all platforms near the object.

  • Remove a obstacle from the list of existing obstacles. Be sure that the obstacle was added before.

    Parameters

    Returns void

Constructors

Generated using TypeDoc