Options
All
  • Public
  • Public/Protected
  • All
Menu

Module pathfinder/PathSituationType

Index

Enumerations

Type Aliases

Type Aliases

PathSituation<T>: { cost?: number; end: Vector2; maxRuntime: number; path?: Vertex2[]; runtime: number; start: Vector2; state?: T; type: PathSituationType }

Type Parameters

  • T

Type declaration

Generated using TypeDoc