INodeRenderer.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/INodeRenderer.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: INodeRenderer
Section titled “Type: INodeRenderer”Original lines: 20-27
Declaration hash: sha256:bdc7d9f47b9dbf8b53129211093a4b8782a6459f035109d1988f41776d120137
public interface INodeRenderer{}Method: Render(NodeDefinition node, NodeView nodeView)
Section titled “Method: Render(NodeDefinition node, NodeView nodeView)”Original lines: 26
Declaration hash: sha256:49f75ff5596a8786875f691b1a4b7a2b69179033582b2ca8c46f641f6cfae665
void Render(NodeDefinition node, NodeView nodeView);Type: DefaultNodeRenderer
Section titled “Type: DefaultNodeRenderer”Original lines: 34-41
Declaration hash: sha256:b063ee6ab8268b17cf4c7665e9409f487a810fd514905c4e302a5ad445f18ecf
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
public void Render(NodeDefinition node, NodeView nodeView);