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

BehaviorTreeMemberNodeRenderer.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/Member/BehaviorTreeMemberNodeRenderer.cs.

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Editor/Member/BehaviorTreeMemberNodeRenderer.cs

Source file hash: sha256:6785ba5a27c483ffb021d193a7f074dcaeaad3778e47edf1b30d47ef12278617

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

Original lines: 36-659

Declaration hash: sha256:a5f56d717f2d52b949181928d997252eec4491cb26a30dc6f52822ea4f157436

C#
public sealed class BehaviorTreeMemberNodeRenderer : INodeRenderer
{
}

Original lines: 47

Declaration hash: sha256:b1fc00cb06805ca906f55fa604c8299ae5786fa713093f0ac3cae0a17918432e

C#
public const string CardClass = "ed-bt-member-card";

Original lines: 54

Declaration hash: sha256:169229609723e550a9c3dc13c98f7ce47ff4a3f69a7f7218fa227e0d7c4c9e83

C#
public const string MemberNodeClass = "ed-bt-member-node";

Original lines: 57

Declaration hash: sha256:475c2611685433970a5c9b4647f311b7c358fa50a5765818f16c3361bd6e82cc

C#
public const string WarnGlyphPath = "Packages/io.bitquirky.graph/Editor/GraphView/Icons/icon-warn.svg";

Method: BehaviorTreeMemberNodeRenderer(Func<Guid, BehaviorMemberCardModel> modelProvider)

Section titled “Method: BehaviorTreeMemberNodeRenderer(Func<Guid, BehaviorMemberCardModel> modelProvider)”

Original lines: 60-63

Declaration hash: sha256:f06175ae265bf7804eb52ce74a89e144a5468e5851064308723a3042a100f27c

C#
public BehaviorTreeMemberNodeRenderer(Func<Guid, BehaviorMemberCardModel> modelProvider);

Method: Render(NodeDefinition node, NodeView nodeView)

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

Original lines: 66-150

Declaration hash: sha256:90ed9292783df3207c7ab0ff3b1d68ffdcd925ae419fcbcb218ac04f81723766

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

Method: BuildCard(BehaviorMemberCardModel model)

Section titled “Method: BuildCard(BehaviorMemberCardModel model)”

Original lines: 153-208

Declaration hash: sha256:ce58a76d9f52ad7ab50237ae74ba27d51f3dafe9787ddf1ed60e175a12d4546e

C#
public static VisualElement BuildCard(BehaviorMemberCardModel model);
Full-size image