BehaviorMemberNodeCatalog.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/Member/BehaviorMemberNodeCatalog.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: BehaviorMemberNodeCatalogEntry
Section titled “Type: BehaviorMemberNodeCatalogEntry”Original lines: 18-56
Declaration hash: sha256:ad79ca94456ce85672f3e409afef163677b0e2a35a9d040753c4d716aed24fde
public sealed class BehaviorMemberNodeCatalogEntry{}Property: Token
Section titled “Property: Token”Original lines: 37
Declaration hash: sha256:7bbaf9bc714388609687394983dd54737960db5686c22845aec556d9316f9dbe
public string Token { get; }Property: OperationKind
Section titled “Property: OperationKind”Original lines: 40
Declaration hash: sha256:b1ca30450c572aa63c232c3b580e26d0ca78e47218d5288c0d3c471ff394642b
public BehaviorSourceMemberOperationKind OperationKind { get; }Property: Group
Section titled “Property: Group”Original lines: 43
Declaration hash: sha256:27ddbc90a3c40365fa18591065541ebe8fee76de9f45b4b0f938a40423b6ce11
public string Group { get; }Property: Label
Section titled “Property: Label”Original lines: 46
Declaration hash: sha256:6bf8b9190dcd09762ff9f4ad324cbd2edc2c0d139eeec539332bbc6f3a5be0c6
public string Label { get; }Property: Description
Section titled “Property: Description”Original lines: 49
Declaration hash: sha256:4bafaadec5ed0b05dfab8e221774d7ee998ae966e03f56304e1ad5b023bd0a06
public string Description { get; }Property: IsCondition
Section titled “Property: IsCondition”Original lines: 52
Declaration hash: sha256:3dbc5f7086ed8f5e0249728b0d26a97d5d04597b33989b230f8dfe4ed494dee7
public bool IsCondition { get; }Property: GlyphPath
Section titled “Property: GlyphPath”Original lines: 55
Declaration hash: sha256:161fb1d585ad61e672dcbf856ef1808fe14f16a0cbed3ae5a9ff0174dcb89bcc
public string GlyphPath { get; }Type: BehaviorMemberNodeCatalog
Section titled “Type: BehaviorMemberNodeCatalog”Original lines: 69-148
Declaration hash: sha256:42934ec22b7d1bd9b3c69f34c256ac95a014c66e6c1094e5dee32d7930264667
[Unity.Scripting.LifecycleManagement.NoAutoStaticsCleanup]public static class BehaviorMemberNodeCatalog{}Field: ActionsGroup
Section titled “Field: ActionsGroup”Original lines: 75
Declaration hash: sha256:4c7f8bc61d9b4aa732049a848a443ffa3ac7d9e5bbb3147c4738f61e173220af
public const string ActionsGroup = "ACTIONS";Field: ConditionsGroup
Section titled “Field: ConditionsGroup”Original lines: 78
Declaration hash: sha256:28fe050563bc2d8bbfd1c0b36b79310177bb68d91b7342bc4333e45ced53bfa2
public const string ConditionsGroup = "CONDITIONS";Property: Entries
Section titled “Property: Entries”Original lines: 81
Declaration hash: sha256:ae173c93af5631d67cd6c2337f56e3eb6df075c03702c2a7f5f29f3805b8bd33
public static IReadOnlyList<BehaviorMemberNodeCatalogEntry> Entries { get; }Method: Find(string token)
Section titled “Method: Find(string token)”Original lines: 84-94
Declaration hash: sha256:5ce24cd7e7e95533aba2adebf192269cf268552a65df8c83bebadbd22af7fd67
public static BehaviorMemberNodeCatalogEntry Find(string token);