CalculatePriority |
Calculate priority of nodes. |
CheckLoop |
Check whether the connection of the node is looping. |
CheckLoopCalculatorBranch |
Check if DataBranch is looping. |
CheckLoopDataBranch |
Check if DataBranch is looping. |
ConnectBranch |
Connect NodeBranch. |
ConnectCalculatorBranch |
Connect DataSlot. |
ConnectDataBranch |
Connect DataSlot. |
CreateAction |
Create ActionNode. |
CreateCalculator |
Create calculator. |
CreateCalculatorBranchRerouteNode |
Create DataBranchRerouteNode. |
CreateComment |
Create comment. |
CreateComposite |
Create Composite. |
CreateDataBranchRerouteNode |
Create DataBranchRerouteNode. |
CreateGroup |
Create group. |
DeleteCalculator |
Delete calculator. |
DeleteCalculatorBranch |
Delete DataBranch. |
DeleteCalculatorBranchRerouteNode |
Delete DataBranchRerouteNode. |
DeleteComment |
Delete comment. |
DeleteDataBranch |
Delete DataBranch. |
DeleteDataBranchRerouteNode |
Delete DataBranchRerouteNode. |
DeleteGroup |
Delete group. |
DeleteNode |
Delete node. |
DestroySubComponents |
Method to be used internally. In particular there is no need to call. |
DisconnectBranch |
Disconnect NodeBranch |
DisconnectDataBranch |
Method to be used internally. In particular there is no need to call. |
Execute |
Execute manually. Please call this method at any timing when UpdateSettings.type is Manual. |
ExecuteLateUpdate |
Perform an LateUpdate. Please call this method at any timing when UpdateSettings.type is Manual. |
ExecuteUpdate |
Perform an update. Please call this method at any timing when UpdateSettings.type is Manual. |
FindCalculator |
Acquisition of CalculatorNodes Calculator belongs. |
FindNodeContainsBehaviour |
Acquisition of nodes NodeBehaviour belongs. |
GetCalculatorBranchFromID |
GetsDataBranchfrom the calculator branch identifier. |
GetCalculatorBranchFromIndex |
Get DataBranch from index. |
GetCalculatorBranchIndex |
Get DataBranch index. |
GetCalculatorFromID |
GetsCalculatorNodefrom the calculator identifier. |
GetCalculatorFromIndex |
Get CalculatorNode from index. |
GetCalculatorIndex |
Get CalculatorNode index. |
GetCommentFromID |
GetsCommentNodefrom the comment identifier. |
GetCommentFromIndex |
Get CommentNode from index. |
GetCommentIndex |
Get CommentNode index. |
GetDataBranchFromID |
GetsDataBranchfrom the calculator branch identifier. |
GetDataBranchFromIndex |
Get DataBranch from index. |
GetDataBranchIndex |
Get DataBranch index. |
GetGroupFromID |
GetsGroupNodefrom the group identifier. |
GetGroupFromIndex |
Get GroupNode from index. |
GetNodeFromID |
GetsNodefrom the node identifier. |
GetNodeFromIndex |
Get Node from index. |
GetUniqueNodeID |
Get a unique node ID. |
IsRevaluation |
It returns the reevaluation node. |
IsUniqueNodeID |
Check if it is a unique node ID. |
OnDeleteNode |
Delete node. |
OnFixedUpdate |
Called when FixedUpdate. |
OnLateUpdate |
Called when LateUpdate. |
OnPause |
Called when you pause. |
OnPlay |
Called when you start playing. |
OnPlayOnStart |
Called when playing is started with the Start method. |
OnPoolResume |
Called when resuming. |
OnPoolSleep |
Called when stored in the pool. |
OnRegisterNodes |
Register nodes |
OnReset |
Reset or create callback. |
OnResume |
Called when resuming |
OnResumeOnEnable |
Called when resumed with the OnEnable method. |
OnStop |
Called when play is stopped. |
OnUpdate |
Called when updating. |
OnValidateNodes |
Called when the node is changed. |
Pause |
Pause playback. |
Play |
Start playing. |
RefreshDataBranchies |
Update the connection status of Data Branch. |
RegisterNode |
Register the node in the list |
RemoveNode |
Remove the node from the list. |
Resume |
Resume playing. |
SetExternal |
Set this graph as an external graph. |
StateChanged |
Notifies that the status of the graph has been updated. |
Stop |
Stopping playback. |
ToString |
Convert graph to string (for debugging). |