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/BehaviorTreeEditCommands/EditNodeParameterCommand.cs

Source file hash: sha256:657d6e4b5b1592640a49228eca35c1ff035c4800f8acae0d0eb33f70e0d68241

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

Original lines: 54-426

Declaration hash: sha256:144a70a3e4dfbc79e7b2b4a78fc89e2a034dc9ce7091b1b6f44c9acf8f717101

C#
public sealed class EditNodeParameterCommand : IBehaviorTreeEditCommand
{
}

Original lines: 59

Declaration hash: sha256:566102ea3672f774acde614f5c482a072e29e2e197f60f5e95fcbe042c92228f

C#
public const string KeyLabel = "label";

Original lines: 62

Declaration hash: sha256:b4558c27ee553d546be2c2e7758eba144c009993497db835613953ad2ede9736

C#
public const string KeyAuthority = "authority";

Original lines: 65

Declaration hash: sha256:cf4ade90b0ee96431af9150c0af217bdd963614721a5fc37a628255c2d03e222

C#
public const string KeyRead = "read";

Original lines: 68

Declaration hash: sha256:2ecce62b35b924db6242cdc34f2eab0b10b3d7b83f9706f884a2a8c93edbd814

C#
public const string KeyWrite = "write";

Original lines: 71

Declaration hash: sha256:10c4feb43c64383f6cdff5dcc10acb4bab61ce22c24800fe7fdafa783ae119e4

C#
public const string KeyWaits = "waits";

Original lines: 74

Declaration hash: sha256:8ef8588032ac0266f221a6fa8bd0eb5fe4d344429bb17a4ad974f9888d754a11

C#
public const string KeySubgraphAddress = "subgraph-address";

Original lines: 77

Declaration hash: sha256:00b74f1952d9456d1381f1848af14234e83e0334111cd18f6f6c64b6646598cf

C#
public const string LayoutPrefix = "layout:";

Original lines: 80

Declaration hash: sha256:7dcc7c54c749c041b249d8035441dc7d41259441b246048868fc0eb6703d1c79

C#
public const string SemanticPrefix = "parameter:";

Original lines: 102

Declaration hash: sha256:d57d0b56fdf4a1462f3d76acb526d4434333787490d27769411c6c443c7fed38

C#
public bool IsStructural { get; }

Method: EditNodeParameterCommand(string nodeId, string parameterKey, string newValue)

Section titled “Method: EditNodeParameterCommand(string nodeId, string parameterKey, string newValue)”

Original lines: 109-118

Declaration hash: sha256:1b5c1c529bb972a411885ef2239e145be4a55c382049d62507a0b4f4d7230ea7

C#
public EditNodeParameterCommand(string nodeId, string parameterKey, string newValue);

Method: Apply(BehaviorSourceDocument document)

Section titled “Method: Apply(BehaviorSourceDocument document)”

Original lines: 125-135

Declaration hash: sha256:a3efecbc670694e61a19460896fdd0223232824d02587f9e219ba712ed691124

C#
public void Apply(BehaviorSourceDocument document);

Method: Invert(BehaviorSourceDocument document)

Section titled “Method: Invert(BehaviorSourceDocument document)”

Original lines: 138-150

Declaration hash: sha256:6bd051ae7edb5335a69577af6bbe485bdb6b3bae45cbc7861db26df7b365eea7

C#
public void Invert(BehaviorSourceDocument document);

Original lines: 153-156

Declaration hash: sha256:94e0f8978de7d0f5e31d77a6c7255cea2c35dbc92c1ef8104d996d0c81f3817a

C#
public string Describe();

Original lines: 439-569

Declaration hash: sha256:cb1be827044b25ca04ec59a2d2935c1ee9b2a791ab074d217a7af3670433302f

C#
public sealed class EditBlackboardConditionCommand : IBehaviorTreeEditCommand
{
}

Method: EditBlackboardConditionCommand(string nodeId, string fieldId, string operatorToken, string operand)

Section titled “Method: EditBlackboardConditionCommand(string nodeId, string fieldId, string operatorToken, string operand)”

Original lines: 455-467

Declaration hash: sha256:060407083c361c6ede76d2a1274c4fa1681cf35009a9551a558e0e784cecfed7

C#
public EditBlackboardConditionCommand(string nodeId, string fieldId, string operatorToken, string operand);

Original lines: 470

Declaration hash: sha256:d57d0b56fdf4a1462f3d76acb526d4434333787490d27769411c6c443c7fed38

C#
public bool IsStructural { get; }

Method: Apply(BehaviorSourceDocument document)

Section titled “Method: Apply(BehaviorSourceDocument document)”

Original lines: 473-494

Declaration hash: sha256:a3efecbc670694e61a19460896fdd0223232824d02587f9e219ba712ed691124

C#
public void Apply(BehaviorSourceDocument document);

Method: Invert(BehaviorSourceDocument document)

Section titled “Method: Invert(BehaviorSourceDocument document)”

Original lines: 497-507

Declaration hash: sha256:6bd051ae7edb5335a69577af6bbe485bdb6b3bae45cbc7861db26df7b365eea7

C#
public void Invert(BehaviorSourceDocument document);

Original lines: 510

Declaration hash: sha256:94e0f8978de7d0f5e31d77a6c7255cea2c35dbc92c1ef8104d996d0c81f3817a

C#
public string Describe();
Full-size image