BehaviorTreeBlackboardPanelState.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/Blackboard/BehaviorTreeBlackboardPanelState.cs.
Source snapshot ad0983d00d77.
On this page
Original file: Packages/io.bitquirky.behavior/Editor/Blackboard/BehaviorTreeBlackboardPanelState.cs
Source file hash: sha256:d4d7de74dd453fd8513032d7b13731cbf0e2b714168b7fc4e885da0a08d38574
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: BlackboardVariant
Section titled “Type: BlackboardVariant”Original lines: 27-34
Declaration hash: sha256:e68d4c7c16f566b235866b2e38e2237f8d52ceea15b295cadeb686f821bc988d
public enum BlackboardVariant{}Field: VariantA
Section titled “Field: VariantA”Original lines: 30
Declaration hash: sha256:d5aa16d7bd83ae228bba07ca355c8c5fa7ffab78edd441d30b7b45b96eb78f35
VariantAField: VariantB
Section titled “Field: VariantB”Original lines: 33
Declaration hash: sha256:177de2ac99de4208a65d322e760e487815bdd4cc724340b7dc709cc5c3cff9f6
VariantBType: BlackboardOwnerFilter
Section titled “Type: BlackboardOwnerFilter”Original lines: 39-49
Declaration hash: sha256:5fec3aad4162dc6c06e4a9ee0297087c5f25c4bc155159970dc3ea16faefc74f
public enum BlackboardOwnerFilter{}Field: All
Section titled “Field: All”Original lines: 42
Declaration hash: sha256:a52ace420f2175d08b1577a1bea5445e36801229c074ef9ed6c55a73401fd9c2
AllField: Host
Section titled “Field: Host”Original lines: 45
Declaration hash: sha256:4a823118b9ba8baa2f47489c0716f52755368e3e3c2c26d60736ccfa1bb21b5e
HostField: Client
Section titled “Field: Client”Original lines: 48
Declaration hash: sha256:0c77fe09ab336a3e57cc2b6804a9bac65e19a27782b5a9c815d585e894c3b7f2
ClientType: BehaviorTreeBlackboardPanelState
Section titled “Type: BehaviorTreeBlackboardPanelState”Original lines: 65-89
Declaration hash: sha256:772dd1cdddb2a52382fc91a5dbfa1972a58f901e221d8c96771eadb5df516a29
public sealed class BehaviorTreeBlackboardPanelState{}Property: Variant
Section titled “Property: Variant”Original lines: 70
Declaration hash: sha256:b1f768a10150baee629330da2bd91da4fefcdab8441cd1e79c101beddb5068dd
public BlackboardVariant Variant { get; set; }Property: SearchTerm
Section titled “Property: SearchTerm”Original lines: 73
Declaration hash: sha256:1b475d9c09b05bdd1d85242650f6315b3e59b6e398c69bdf4e7da2b59f2ce163
public string SearchTerm { get; set; }Property: OwnerFilter
Section titled “Property: OwnerFilter”Original lines: 76
Declaration hash: sha256:351896cb0c2d092c0787629491955a9d5fd3ca83ffcea44494700e9a9d59d547
public BlackboardOwnerFilter OwnerFilter { get; set; }Property: PinnedFields
Section titled “Property: PinnedFields”Original lines: 79
Declaration hash: sha256:5b8dc09f6c9bda5516357eb7d9d2b868f0fba277da3d0f173241ef8e45933992
public HashSet<string> PinnedFields { get; }Property: RecentChangeTimestamps
Section titled “Property: RecentChangeTimestamps”Original lines: 86
Declaration hash: sha256:368f8fe1d25ff84aa05fa3d971f7e9b2c1e80a2b42d44b0b1cff30a44e740918
public Dictionary<string, double> RecentChangeTimestamps { get; }