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

BehaviorTreeBlackboardPanelState.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/Blackboard/BehaviorTreeBlackboardPanelState.cs.

Source snapshot ad0983d00d77.

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.

Original lines: 27-34

Declaration hash: sha256:e68d4c7c16f566b235866b2e38e2237f8d52ceea15b295cadeb686f821bc988d

C#
public enum BlackboardVariant
{
}

Original lines: 30

Declaration hash: sha256:d5aa16d7bd83ae228bba07ca355c8c5fa7ffab78edd441d30b7b45b96eb78f35

C#
VariantA

Original lines: 33

Declaration hash: sha256:177de2ac99de4208a65d322e760e487815bdd4cc724340b7dc709cc5c3cff9f6

C#
VariantB

Original lines: 39-49

Declaration hash: sha256:5fec3aad4162dc6c06e4a9ee0297087c5f25c4bc155159970dc3ea16faefc74f

C#
public enum BlackboardOwnerFilter
{
}

Original lines: 42

Declaration hash: sha256:a52ace420f2175d08b1577a1bea5445e36801229c074ef9ed6c55a73401fd9c2

C#
All

Original lines: 45

Declaration hash: sha256:4a823118b9ba8baa2f47489c0716f52755368e3e3c2c26d60736ccfa1bb21b5e

C#
Host

Original lines: 48

Declaration hash: sha256:0c77fe09ab336a3e57cc2b6804a9bac65e19a27782b5a9c815d585e894c3b7f2

C#
Client

Original lines: 65-89

Declaration hash: sha256:772dd1cdddb2a52382fc91a5dbfa1972a58f901e221d8c96771eadb5df516a29

C#
public sealed class BehaviorTreeBlackboardPanelState
{
}

Original lines: 70

Declaration hash: sha256:b1f768a10150baee629330da2bd91da4fefcdab8441cd1e79c101beddb5068dd

C#
public BlackboardVariant Variant { get; set; }

Original lines: 73

Declaration hash: sha256:1b475d9c09b05bdd1d85242650f6315b3e59b6e398c69bdf4e7da2b59f2ce163

C#
public string SearchTerm { get; set; }

Original lines: 76

Declaration hash: sha256:351896cb0c2d092c0787629491955a9d5fd3ca83ffcea44494700e9a9d59d547

C#
public BlackboardOwnerFilter OwnerFilter { get; set; }

Original lines: 79

Declaration hash: sha256:5b8dc09f6c9bda5516357eb7d9d2b868f0fba277da3d0f173241ef8e45933992

C#
public HashSet<string> PinnedFields { get; }

Original lines: 86

Declaration hash: sha256:368f8fe1d25ff84aa05fa3d971f7e9b2c1e80a2b42d44b0b1cff30a44e740918

C#
public Dictionary<string, double> RecentChangeTimestamps { get; }
Full-size image