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

BehaviorTreeEditorControlState.cs declarations

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

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Editor/BehaviorTreeEditorControlState.cs

Source file hash: sha256:0130ad48e786d8facda4d921d9352f64c613c1466f685ffb62b4ca81d8881dae

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

Original lines: 297-319

Declaration hash: sha256:10c3ba8a9403dfdf2152dd595e371feec0afaf8670da080115ce11b685ab630c

C#
public sealed class BehaviorTreeInspectorState
{
}

Original lines: 302

Declaration hash: sha256:d200b6b02fc2fc180eb680f991b664a833dbb4628f48085307920d78ddfb0620

C#
public string BlackboardSearchTerm { get; set; }

Original lines: 304

Declaration hash: sha256:3fa1aecb2967a62ff08579ff9a3bccf505a68f963da3debd0d582d9e3c65397e

C#
public string OwnerFilter { get; set; }

Original lines: 306

Declaration hash: sha256:2c3668baf0de96c508509d8d4266dcd6d08dfecf943ee380ebaddea9d92f2f83

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

Method: IsCollapsed(BehaviorTreeInspectorSection section)

Section titled “Method: IsCollapsed(BehaviorTreeInspectorSection section)”

Original lines: 309-312

Declaration hash: sha256:4f326850b60ed67ec35441fd173378ea94e86d02a0aed784ad72c79026481ee0

C#
public bool IsCollapsed(BehaviorTreeInspectorSection section);

Method: SetCollapsed(BehaviorTreeInspectorSection section, bool collapsed)

Section titled “Method: SetCollapsed(BehaviorTreeInspectorSection section, bool collapsed)”

Original lines: 315-318

Declaration hash: sha256:53a319e5d5bc5fdd22bc921d7800e1d7a818c57e2559a01aa91372598a8c2b9f

C#
public void SetCollapsed(BehaviorTreeInspectorSection section, bool collapsed);
Full-size image