BehaviorTreeEditorControlState.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/BehaviorTreeEditorControlState.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: BehaviorTreeInspectorState
Section titled “Type: BehaviorTreeInspectorState”Original lines: 297-319
Declaration hash: sha256:10c3ba8a9403dfdf2152dd595e371feec0afaf8670da080115ce11b685ab630c
public sealed class BehaviorTreeInspectorState{}Property: BlackboardSearchTerm
Section titled “Property: BlackboardSearchTerm”Original lines: 302
Declaration hash: sha256:d200b6b02fc2fc180eb680f991b664a833dbb4628f48085307920d78ddfb0620
public string BlackboardSearchTerm { get; set; }Property: OwnerFilter
Section titled “Property: OwnerFilter”Original lines: 304
Declaration hash: sha256:3fa1aecb2967a62ff08579ff9a3bccf505a68f963da3debd0d582d9e3c65397e
public string OwnerFilter { get; set; }Property: PinnedRows
Section titled “Property: PinnedRows”Original lines: 306
Declaration hash: sha256:2c3668baf0de96c508509d8d4266dcd6d08dfecf943ee380ebaddea9d92f2f83
public HashSet<string> PinnedRows { get; }Method: IsCollapsed(BehaviorTreeInspectorSection section)
Section titled “Method: IsCollapsed(BehaviorTreeInspectorSection section)”Original lines: 309-312
Declaration hash: sha256:4f326850b60ed67ec35441fd173378ea94e86d02a0aed784ad72c79026481ee0
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
public void SetCollapsed(BehaviorTreeInspectorSection section, bool collapsed);