BlackboardInstanceEditor.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/Blackboard/BlackboardInstanceEditor.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: BlackboardInstanceEditor
Section titled “Type: BlackboardInstanceEditor”Original lines: 31-780
Declaration hash: sha256:dee3b929982357f6e43951015e25ede135a755ab05ebc5762be8032521c9779c
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
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
public BlackboardInstanceEditor(BehaviorDeclaredValueKind kind, Type resolvedType, string payload, Action<string> commit, BlackboardValueEditorHost host, string statePath = null);Property: IsNone
Section titled “Property: IsNone”Original lines: 132-134
Declaration hash: sha256:cbd2a70f0f2852b88a692b90fadf4753beb2a2b06ca0b304b773a2639a296626
public bool IsNone { get; }Method: CreateInstance()
Section titled “Method: CreateInstance()”Original lines: 140-147
Declaration hash: sha256:e3f349bd1e77e8d35ec16bc7ca34b59c640fd8f541aa56128ec1e9b353597fca
public void CreateInstance();Method: SetToNone()
Section titled “Method: SetToNone()”Original lines: 150-153
Declaration hash: sha256:08159e4bfaf912d6868b1878ae1f1ad330e781f0cddd81ee54f52a4609f092ed
public void SetToNone();Type: BlackboardFoldingInstanceElement
Section titled “Type: BlackboardFoldingInstanceElement”Original lines: 793-930
Declaration hash: sha256:ec9236b85ee62b9eb0220ca4f1266221464dbacf094932adf5c65165d9b0531c
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
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
public BlackboardFoldingInstanceElement(BehaviorDeclaredValueKind kind, Type resolvedType, string payload, Action<string> commit, BlackboardValueEditorHost host, bool dottedFoldedLine);Property: IsExpanded
Section titled “Property: IsExpanded”Original lines: 899
Declaration hash: sha256:ab316ba9ce7a055b16e302f04ca25e2a6dcde048ca6be235af171a1394fbb1a1
public bool IsExpanded { get; }Method: SetExpanded(bool expanded)
Section titled “Method: SetExpanded(bool expanded)”Original lines: 902-915
Declaration hash: sha256:b933eb2b34dcaba69a5d69288f7c6a723374752cfaaf7488d14bb76827b9c1ec
public void SetExpanded(bool expanded);Type: BlackboardInlineSequenceEditor
Section titled “Type: BlackboardInlineSequenceEditor”Original lines: 943-1138
Declaration hash: sha256:360e25753ea0016e8606da8345f23cb15854865eaa5e97efe1719cb98575ebbc
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
public BlackboardInlineSequenceEditor(BehaviorDeclaredValueKind elementKind, Type elementType, string payload, Action<string> commit, BlackboardValueEditorHost host, string statePath = null);Method: AddElement()
Section titled “Method: AddElement()”Original lines: 984-989
Declaration hash: sha256:56c47810609b235211f350ac8752bf9247875925baea3aadd19ac207c63e95a0
public void AddElement();Method: RemoveElementAt(int index)
Section titled “Method: RemoveElementAt(int index)”Original lines: 992-997
Declaration hash: sha256:3602a28d120127df6bb7c2490cbcf90fd1ffebfa0513d561f6087d405000a3f2
public void RemoveElementAt(int index);