Table of Contents

Delegate Map.PathfindingNodeConstructDelegate

Namespace
TinyLife.World
Assembly
Tiny Life.dll

A delegate method used for OnPathfindingNodeConstruct.

public delegate void Map.PathfindingNodeConstructDelegate(Point pos, int floor, List<(Point NextPos, int NextFloor, Predicate<MapObject> Predicate)> nextPositions, ref float cost, ref bool isFreeSpot)

Parameters

pos Point
floor int
nextPositions List<(Point NextPos, int NextFloor, Predicate<MapObject> Predicate)>
cost float
isFreeSpot bool
Extension Methods