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

Original file: Packages/io.bitquirky.behavior/Editor/Blackboard/BlackboardInstanceEditor.cs

Source file hash: sha256:a1dba39e5cf95ea37c981281ef2536169df16b35fdd613041a9a33afbe955e08

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

Original lines: 31-780

Declaration hash: sha256:dee3b929982357f6e43951015e25ede135a755ab05ebc5762be8032521c9779c

C#
public sealed class BlackboardInstanceEditor : VisualElement
{
}

Method: BlackboardInstanceEditor(BehaviorDeclaredValueKind kind, BehaviorDeclaredValueDescriptor descriptor, string payload, Action<string> commit, BlackboardValueEditorHost host, string statePath)

Section titled “Method: BlackboardInstanceEditor(BehaviorDeclaredValueKind kind, BehaviorDeclaredValueDescriptor descriptor, string payload, Action<string> commit, BlackboardValueEditorHost host, string statePath)”

Original lines: 55-64

Declaration hash: sha256:dbd540906fd734afce998462a4dfb634d379d4ff591ceabb51f1e8789118b963

C#
public BlackboardInstanceEditor(BehaviorDeclaredValueKind kind, BehaviorDeclaredValueDescriptor descriptor, string payload, Action<string> commit, BlackboardValueEditorHost host, string statePath = null);

Method: BlackboardInstanceEditor(BehaviorDeclaredValueKind kind, Type resolvedType, string payload, Action<string> commit, BlackboardValueEditorHost host, string statePath)

Section titled “Method: BlackboardInstanceEditor(BehaviorDeclaredValueKind kind, Type resolvedType, string payload, Action<string> commit, BlackboardValueEditorHost host, string statePath)”

Original lines: 67-89

Declaration hash: sha256:070b28cedcae1ff16db80474edd4fe02f754476125125aa04b3cf80fdf82a803

C#
public BlackboardInstanceEditor(BehaviorDeclaredValueKind kind, Type resolvedType, string payload, Action<string> commit, BlackboardValueEditorHost host, string statePath = null);

Original lines: 132-134

Declaration hash: sha256:cbd2a70f0f2852b88a692b90fadf4753beb2a2b06ca0b304b773a2639a296626

C#
public bool IsNone { get; }

Original lines: 140-147

Declaration hash: sha256:e3f349bd1e77e8d35ec16bc7ca34b59c640fd8f541aa56128ec1e9b353597fca

C#
public void CreateInstance();

Original lines: 150-153

Declaration hash: sha256:08159e4bfaf912d6868b1878ae1f1ad330e781f0cddd81ee54f52a4609f092ed

C#
public void SetToNone();

Original lines: 793-930

Declaration hash: sha256:ec9236b85ee62b9eb0220ca4f1266221464dbacf094932adf5c65165d9b0531c

C#
public sealed class BlackboardFoldingInstanceElement : VisualElement
{
}

Method: BlackboardFoldingInstanceElement(BehaviorDeclaredValueKind kind, Type resolvedType, string payload, Action<string> commit, BlackboardValueEditorHost host)

Section titled “Method: BlackboardFoldingInstanceElement(BehaviorDeclaredValueKind kind, Type resolvedType, string payload, Action<string> commit, BlackboardValueEditorHost host)”

Original lines: 812-820

Declaration hash: sha256:5b81f2d448c6d585027306163fed6325aa4fec2e36529cd893756363f2928164

C#
public BlackboardFoldingInstanceElement(BehaviorDeclaredValueKind kind, Type resolvedType, string payload, Action<string> commit, BlackboardValueEditorHost host);

Method: BlackboardFoldingInstanceElement(BehaviorDeclaredValueKind kind, Type resolvedType, string payload, Action<string> commit, BlackboardValueEditorHost host, bool dottedFoldedLine)

Section titled “Method: BlackboardFoldingInstanceElement(BehaviorDeclaredValueKind kind, Type resolvedType, string payload, Action<string> commit, BlackboardValueEditorHost host, bool dottedFoldedLine)”

Original lines: 827-836

Declaration hash: sha256:1c575fe2113afa1f9fc5f00dfb8c7f09ed8590e3ecff02594f8831232bb10eaf

C#
public BlackboardFoldingInstanceElement(BehaviorDeclaredValueKind kind, Type resolvedType, string payload, Action<string> commit, BlackboardValueEditorHost host, bool dottedFoldedLine);

Original lines: 899

Declaration hash: sha256:ab316ba9ce7a055b16e302f04ca25e2a6dcde048ca6be235af171a1394fbb1a1

C#
public bool IsExpanded { get; }

Original lines: 902-915

Declaration hash: sha256:b933eb2b34dcaba69a5d69288f7c6a723374752cfaaf7488d14bb76827b9c1ec

C#
public void SetExpanded(bool expanded);

Original lines: 943-1138

Declaration hash: sha256:360e25753ea0016e8606da8345f23cb15854865eaa5e97efe1719cb98575ebbc

C#
public sealed class BlackboardInlineSequenceEditor : VisualElement
{
}

Method: BlackboardInlineSequenceEditor(BehaviorDeclaredValueKind elementKind, Type elementType, string payload, Action<string> commit, BlackboardValueEditorHost host, string statePath)

Section titled “Method: BlackboardInlineSequenceEditor(BehaviorDeclaredValueKind elementKind, Type elementType, string payload, Action<string> commit, BlackboardValueEditorHost host, string statePath)”

Original lines: 959-981

Declaration hash: sha256:d7f93259e889bf4e113af55575cb6cba95a160999f2ccda64822c9c6ca45a559

C#
public BlackboardInlineSequenceEditor(BehaviorDeclaredValueKind elementKind, Type elementType, string payload, Action<string> commit, BlackboardValueEditorHost host, string statePath = null);

Original lines: 984-989

Declaration hash: sha256:56c47810609b235211f350ac8752bf9247875925baea3aadd19ac207c63e95a0

C#
public void AddElement();

Original lines: 992-997

Declaration hash: sha256:3602a28d120127df6bb7c2490cbcf90fd1ffebfa0513d561f6087d405000a3f2

C#
public void RemoveElementAt(int index);
Full-size image