You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a "fork" of SimplePath, the function names got renamed.
Initialization is below this message.
localNavPathX=require("@self/NavPathX") -- Or "NavPathX.lua(u)?"localpath=NavPathX.SetSettings(
Model: <Instance: Model>, -- Pathfinding Agent.agentParameters<table?: {[string]: any}>, -- Default agent parameters.VisualizePathfinding: <boolean?: true/false>-- If visualize the Pathfinding operations.
) :: <table { -- Must be called in a path namecall (path:NAMECALL())path:PathDestroy: function, -- Destroys the Path.path:PathStop: function, -- Stops the current Pathfinding.path:Run: function, -- Begins Pathfinding to goal.
}>