Table of Contents

Method N

Namespace
GrindFest.Editor
Assembly
GrindFest.dll

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

fp FieldPlanner
postProcedure bool
x float
y float
cfg Action<T>

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

sg FieldPlanner.SubGraph
x float
y float
cfg Action<T>

Returns

T

Type Parameters

T