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

EditBlackboardDefaultCommand.cs declarations

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

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Editor/BehaviorTreeEditCommands/EditBlackboardDefaultCommand.cs

Source file hash: sha256:3f2d383e6161d248af3180ad712572e6a96164f71f066ba5bbec3337f143a4d3

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

Original lines: 48-560

Declaration hash: sha256:8bcb3621efe5dda373ba54e47a3fe0763838d521d6fea8eca301743a079c94a9

C#
public sealed class EditBlackboardDefaultCommand : IBehaviorTreeEditCommand
{
}

Original lines: 93

Declaration hash: sha256:d57d0b56fdf4a1462f3d76acb526d4434333787490d27769411c6c443c7fed38

C#
public bool IsStructural { get; }

Original lines: 96

Declaration hash: sha256:70653999b80ba58a98fe18c82869297fcae33cfd9e0f629dc14f6f2c2baee841

C#
public string FieldName { get; }

Original lines: 99

Declaration hash: sha256:dddaf7a32363f1301e2796f3f968844ee6de1118f83c297834fca44a5b00e300

C#
public BakedFieldTypeCode TypeCode { get; }

Original lines: 102

Declaration hash: sha256:6c9fe69fe05e1e67a4553049a2c7e894742a8aa51ecc1cde366e9a83bb1ed94f

C#
public string NewValue { get; }

Original lines: 105

Declaration hash: sha256:b75778372f90542ccc59c738dbe20dbd2b4a5204f8de41489f97a98b3778d4bc

C#
public string VariableName { get; }

Method: EditBlackboardDefaultCommand(string fieldName, BakedFieldTypeCode typeCode, string newValue)

Section titled “Method: EditBlackboardDefaultCommand(string fieldName, BakedFieldTypeCode typeCode, string newValue)”

Original lines: 112-124

Declaration hash: sha256:98d0f04c3acd6e4f8c248e8622fab8b00bf147a60b06e934eeb64af16be71290

C#
public EditBlackboardDefaultCommand(string fieldName, BakedFieldTypeCode typeCode, string newValue);

Method: SetVariableValue(string variableName, string payload)

Section titled “Method: SetVariableValue(string variableName, string payload)”

Original lines: 155-160

Declaration hash: sha256:75f01f88962b0ee85333c78e3c9863fe42de08679a6bb61e3bfd30078f1f0244

C#
public static EditBlackboardDefaultCommand SetVariableValue(string variableName, string payload);

Method: SetElementValue(string variableName, int index, string payload)

Section titled “Method: SetElementValue(string variableName, int index, string payload)”

Original lines: 163-169

Declaration hash: sha256:cf2d752d815c58f2cf1219e5abdae6cc18c6f43685f01fd3ba94252e5de48cf7

C#
public static EditBlackboardDefaultCommand SetElementValue(string variableName, int index, string payload);

Method: InsertCollectionElement(string variableName, int index, string payload)

Section titled “Method: InsertCollectionElement(string variableName, int index, string payload)”

Original lines: 172-178

Declaration hash: sha256:09fd2379666f8823e2f7c870f75f84fe04cce461807e64f2fbf28eb0406a8eb7

C#
public static EditBlackboardDefaultCommand InsertCollectionElement(string variableName, int index, string payload);

Method: RemoveCollectionElement(string variableName, int index)

Section titled “Method: RemoveCollectionElement(string variableName, int index)”

Original lines: 181-187

Declaration hash: sha256:08aca1ef5c7f01fad99a12ab20f4855b0c002e361b653e9d38f82956b751ba01

C#
public static EditBlackboardDefaultCommand RemoveCollectionElement(string variableName, int index);

Method: MoveCollectionElement(string variableName, int index, int destinationIndex)

Section titled “Method: MoveCollectionElement(string variableName, int index, int destinationIndex)”

Original lines: 190-203

Declaration hash: sha256:5bf77fec8e6c04138fadabc1a3f8ff84c5ed85897ccce940dec25ca1c412d4b4

C#
public static EditBlackboardDefaultCommand MoveCollectionElement(string variableName, int index, int destinationIndex);

Method: SetCollectionLength(string variableName, int length, string typeDefaultPayload)

Section titled “Method: SetCollectionLength(string variableName, int length, string typeDefaultPayload)”

Original lines: 209-225

Declaration hash: sha256:a9949b914697dbe302414345d78722c4ae5792189d9251faa716ab4fae07eadb

C#
public static EditBlackboardDefaultCommand SetCollectionLength(string variableName, int length, string typeDefaultPayload);

Method: SetCollectionNone(string variableName)

Section titled “Method: SetCollectionNone(string variableName)”

Original lines: 231-235

Declaration hash: sha256:0167b01a50209f2a8d56d22d25c9cbc4873d6da2a81d41ba71ea5e444d19f2c7

C#
public static EditBlackboardDefaultCommand SetCollectionNone(string variableName);

Method: SetCollectionEmpty(string variableName)

Section titled “Method: SetCollectionEmpty(string variableName)”

Original lines: 238-242

Declaration hash: sha256:adf3d5c29ec4f0f9a162dd3943dc591711f2b215e5614816ec40ff63b86939aa

C#
public static EditBlackboardDefaultCommand SetCollectionEmpty(string variableName);

Method: AddDictionaryEntry(string variableName, BehaviorSourceDictionaryEntry entry)

Section titled “Method: AddDictionaryEntry(string variableName, BehaviorSourceDictionaryEntry entry)”

Original lines: 245-251

Declaration hash: sha256:ffd9eaeb9e4d5479d2e0a5475822ea5398201de420a3f609b22bdaa2909e2479

C#
public static EditBlackboardDefaultCommand AddDictionaryEntry(string variableName, BehaviorSourceDictionaryEntry entry);

Method: InsertDictionaryEntry(string variableName, int index, BehaviorSourceDictionaryEntry entry)

Section titled “Method: InsertDictionaryEntry(string variableName, int index, BehaviorSourceDictionaryEntry entry)”

Original lines: 254-261

Declaration hash: sha256:62aa25dd76ea76f4491ecc72f58e31ec2d16dca1112d880c6f6a0f6a7076c927

C#
public static EditBlackboardDefaultCommand InsertDictionaryEntry(string variableName, int index, BehaviorSourceDictionaryEntry entry);

Method: ReplaceDictionaryEntry(string variableName, int index, BehaviorSourceDictionaryEntry entry)

Section titled “Method: ReplaceDictionaryEntry(string variableName, int index, BehaviorSourceDictionaryEntry entry)”

Original lines: 264-271

Declaration hash: sha256:2f71208b9e08edaee5faea361ff9c574883d884764d0202eba5b8318d99a0125

C#
public static EditBlackboardDefaultCommand ReplaceDictionaryEntry(string variableName, int index, BehaviorSourceDictionaryEntry entry);

Method: RemoveDictionaryEntry(string variableName, int index)

Section titled “Method: RemoveDictionaryEntry(string variableName, int index)”

Original lines: 274-280

Declaration hash: sha256:a1ca7ab6b3d897f746853eb3e37dd31a478c5f97ac5eda6aa1fae6ae7aaf4b1c

C#
public static EditBlackboardDefaultCommand RemoveDictionaryEntry(string variableName, int index);

Method: ComputeNextDictionaryKey(BehaviorSourceDocument document, string variableName)

Section titled “Method: ComputeNextDictionaryKey(BehaviorSourceDocument document, string variableName)”

Original lines: 291-324

Declaration hash: sha256:9f25008cca15a48128adaf176613bd1b3816efa00b2d2a1a64eed708b8bbe7d2

C#
public static BehaviorDictionaryKeySeed ComputeNextDictionaryKey(BehaviorSourceDocument document, string variableName);

Method: Apply(BehaviorSourceDocument document)

Section titled “Method: Apply(BehaviorSourceDocument document)”

Original lines: 331-404

Declaration hash: sha256:a3efecbc670694e61a19460896fdd0223232824d02587f9e219ba712ed691124

C#
public void Apply(BehaviorSourceDocument document);

Method: Invert(BehaviorSourceDocument document)

Section titled “Method: Invert(BehaviorSourceDocument document)”

Original lines: 407-431

Declaration hash: sha256:6bd051ae7edb5335a69577af6bbe485bdb6b3bae45cbc7861db26df7b365eea7

C#
public void Invert(BehaviorSourceDocument document);

Original lines: 434-466

Declaration hash: sha256:94e0f8978de7d0f5e31d77a6c7255cea2c35dbc92c1ef8104d996d0c81f3817a

C#
public string Describe();

Method: IsEditableType(BakedFieldTypeCode typeCode)

Section titled “Method: IsEditableType(BakedFieldTypeCode typeCode)”

Original lines: 473-485

Declaration hash: sha256:94974989df96653d6fcff3451f53a84689a8c7689847a8d651bd09a397595978

C#
public static bool IsEditableType(BakedFieldTypeCode typeCode);
Full-size image