Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

INodeRenderer.cs declarations

Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/INodeRenderer.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-graph/Editor/GraphView/INodeRenderer.cs

Source file hash: sha256:831d7d634ac16e9770b7be03266dd7795d1593f43f862722ff33ee1aa76e218c

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 20-27

Declaration hash: sha256:bdc7d9f47b9dbf8b53129211093a4b8782a6459f035109d1988f41776d120137

C#
public interface INodeRenderer
{
}

Method: Render(NodeDefinition node, NodeView nodeView)

Section titled “Method: Render(NodeDefinition node, NodeView nodeView)”

Original lines: 26

Declaration hash: sha256:49f75ff5596a8786875f691b1a4b7a2b69179033582b2ca8c46f641f6cfae665

C#
void Render(NodeDefinition node, NodeView nodeView);

Original lines: 34-41

Declaration hash: sha256:b063ee6ab8268b17cf4c7665e9409f487a810fd514905c4e302a5ad445f18ecf

C#
public class DefaultNodeRenderer : INodeRenderer
{
}

Method: Render(NodeDefinition node, NodeView nodeView)

Section titled “Method: Render(NodeDefinition node, NodeView nodeView)”

Original lines: 37-40

Declaration hash: sha256:90ed9292783df3207c7ab0ff3b1d68ffdcd925ae419fcbcb218ac04f81723766

C#
public void Render(NodeDefinition node, NodeView nodeView);
Full-size image