• Changelog
  • Get Started
  • Agent Movement
  • Graph Generation
  • Deploying
  • Misc
  • Deprecated List
  • Examples
  • Groups
  • Classes
A* Pathfinding Project
  • 4.3.85
    • Action
    • Another action
    • Something else here
    • Separated link

Struct GraphSnapshot Extends IGraphSnapshot

Public

A snapshot of parts of graphs.

See

AstarPath.Snapshot

Public Methods

Dispose ()
Public
void Dispose ()
Restore (ctx)
Public
void Restore (

IGraphUpdateContext

ctx

)

Public Variables

inner
Public
List<IGraphSnapshot> inner

Private/Protected Members

GraphSnapshot (inner)
Internal
GraphSnapshot (

List<IGraphSnapshot>

inner

)