Method N
N<T>(FieldPlanner, bool, float, float, Action<T>)
Create a node and add it to a FieldPlanner's procedures or post-procedures.
protected T N<T>(FieldPlanner fp, bool postProcedure, float x, float y, Action<T> cfg = null) where T : PlannerRuleBase
Parameters
Returns
- T
Type Parameters
T
N<T>(SubGraph, float, float, Action<T>)
Create a node and add it to a sub-graph's procedures.
protected T N<T>(FieldPlanner.SubGraph sg, float x, float y, Action<T> cfg = null) where T : PlannerRuleBase
Parameters
Returns
- T
Type Parameters
T