Skip to content

Game.Pathfind.ModificationJobs+IPathfindModificationJob

Assembly: Game
Namespace: Game.Pathfind

Type: interface abstract public

Code

public abstract interface IPathfindModificationJob
{
    public abstract System.Void SetPathfindData(Game.Pathfind.NativePathfindData pathfindData);
}

Methods

  • public abstract SetPathfindData(Game.Pathfind.NativePathfindData pathfindData) : System.Void
public abstract System.Void SetPathfindData(Game.Pathfind.NativePathfindData pathfindData);