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

BehaviorMemberNodeCatalog.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:99addc16ceaa92baa8ab2922cf6aaf107025a0f0c01482eef958238b96d07137

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

Original lines: 18-56

Declaration hash: sha256:ad79ca94456ce85672f3e409afef163677b0e2a35a9d040753c4d716aed24fde

C#
public sealed class BehaviorMemberNodeCatalogEntry
{
}

Original lines: 37

Declaration hash: sha256:7bbaf9bc714388609687394983dd54737960db5686c22845aec556d9316f9dbe

C#
public string Token { get; }

Original lines: 40

Declaration hash: sha256:b1ca30450c572aa63c232c3b580e26d0ca78e47218d5288c0d3c471ff394642b

C#
public BehaviorSourceMemberOperationKind OperationKind { get; }

Original lines: 43

Declaration hash: sha256:27ddbc90a3c40365fa18591065541ebe8fee76de9f45b4b0f938a40423b6ce11

C#
public string Group { get; }

Original lines: 46

Declaration hash: sha256:6bf8b9190dcd09762ff9f4ad324cbd2edc2c0d139eeec539332bbc6f3a5be0c6

C#
public string Label { get; }

Original lines: 49

Declaration hash: sha256:4bafaadec5ed0b05dfab8e221774d7ee998ae966e03f56304e1ad5b023bd0a06

C#
public string Description { get; }

Original lines: 52

Declaration hash: sha256:3dbc5f7086ed8f5e0249728b0d26a97d5d04597b33989b230f8dfe4ed494dee7

C#
public bool IsCondition { get; }

Original lines: 55

Declaration hash: sha256:161fb1d585ad61e672dcbf856ef1808fe14f16a0cbed3ae5a9ff0174dcb89bcc

C#
public string GlyphPath { get; }

Original lines: 69-148

Declaration hash: sha256:42934ec22b7d1bd9b3c69f34c256ac95a014c66e6c1094e5dee32d7930264667

C#
[Unity.Scripting.LifecycleManagement.NoAutoStaticsCleanup]
public static class BehaviorMemberNodeCatalog
{
}

Original lines: 75

Declaration hash: sha256:4c7f8bc61d9b4aa732049a848a443ffa3ac7d9e5bbb3147c4738f61e173220af

C#
public const string ActionsGroup = "ACTIONS";

Original lines: 78

Declaration hash: sha256:28fe050563bc2d8bbfd1c0b36b79310177bb68d91b7342bc4333e45ced53bfa2

C#
public const string ConditionsGroup = "CONDITIONS";

Original lines: 81

Declaration hash: sha256:ae173c93af5631d67cd6c2337f56e3eb6df075c03702c2a7f5f29f3805b8bd33

C#
public static IReadOnlyList<BehaviorMemberNodeCatalogEntry> Entries { get; }

Original lines: 84-94

Declaration hash: sha256:5ce24cd7e7e95533aba2adebf192269cf268552a65df8c83bebadbd22af7fd67

C#
public static BehaviorMemberNodeCatalogEntry Find(string token);
Full-size image