EditNodeParameterCommand.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/BehaviorTreeEditCommands/EditNodeParameterCommand.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: EditNodeParameterCommand
Section titled “Type: EditNodeParameterCommand”Original lines: 54-426
Declaration hash: sha256:144a70a3e4dfbc79e7b2b4a78fc89e2a034dc9ce7091b1b6f44c9acf8f717101
public sealed class EditNodeParameterCommand : IBehaviorTreeEditCommand{}Field: KeyLabel
Section titled “Field: KeyLabel”Original lines: 59
Declaration hash: sha256:566102ea3672f774acde614f5c482a072e29e2e197f60f5e95fcbe042c92228f
public const string KeyLabel = "label";Field: KeyAuthority
Section titled “Field: KeyAuthority”Original lines: 62
Declaration hash: sha256:b4558c27ee553d546be2c2e7758eba144c009993497db835613953ad2ede9736
public const string KeyAuthority = "authority";Field: KeyRead
Section titled “Field: KeyRead”Original lines: 65
Declaration hash: sha256:cf4ade90b0ee96431af9150c0af217bdd963614721a5fc37a628255c2d03e222
public const string KeyRead = "read";Field: KeyWrite
Section titled “Field: KeyWrite”Original lines: 68
Declaration hash: sha256:2ecce62b35b924db6242cdc34f2eab0b10b3d7b83f9706f884a2a8c93edbd814
public const string KeyWrite = "write";Field: KeyWaits
Section titled “Field: KeyWaits”Original lines: 71
Declaration hash: sha256:10c4feb43c64383f6cdff5dcc10acb4bab61ce22c24800fe7fdafa783ae119e4
public const string KeyWaits = "waits";Field: KeySubgraphAddress
Section titled “Field: KeySubgraphAddress”Original lines: 74
Declaration hash: sha256:8ef8588032ac0266f221a6fa8bd0eb5fe4d344429bb17a4ad974f9888d754a11
public const string KeySubgraphAddress = "subgraph-address";Field: LayoutPrefix
Section titled “Field: LayoutPrefix”Original lines: 77
Declaration hash: sha256:00b74f1952d9456d1381f1848af14234e83e0334111cd18f6f6c64b6646598cf
public const string LayoutPrefix = "layout:";Field: SemanticPrefix
Section titled “Field: SemanticPrefix”Original lines: 80
Declaration hash: sha256:7dcc7c54c749c041b249d8035441dc7d41259441b246048868fc0eb6703d1c79
public const string SemanticPrefix = "parameter:";Property: IsStructural
Section titled “Property: IsStructural”Original lines: 102
Declaration hash: sha256:d57d0b56fdf4a1462f3d76acb526d4434333787490d27769411c6c443c7fed38
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
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
public void Apply(BehaviorSourceDocument document);Method: Invert(BehaviorSourceDocument document)
Section titled “Method: Invert(BehaviorSourceDocument document)”Original lines: 138-150
Declaration hash: sha256:6bd051ae7edb5335a69577af6bbe485bdb6b3bae45cbc7861db26df7b365eea7
public void Invert(BehaviorSourceDocument document);Method: Describe()
Section titled “Method: Describe()”Original lines: 153-156
Declaration hash: sha256:94e0f8978de7d0f5e31d77a6c7255cea2c35dbc92c1ef8104d996d0c81f3817a
public string Describe();Type: EditBlackboardConditionCommand
Section titled “Type: EditBlackboardConditionCommand”Original lines: 439-569
Declaration hash: sha256:cb1be827044b25ca04ec59a2d2935c1ee9b2a791ab074d217a7af3670433302f
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
public EditBlackboardConditionCommand(string nodeId, string fieldId, string operatorToken, string operand);Property: IsStructural
Section titled “Property: IsStructural”Original lines: 470
Declaration hash: sha256:d57d0b56fdf4a1462f3d76acb526d4434333787490d27769411c6c443c7fed38
public bool IsStructural { get; }Method: Apply(BehaviorSourceDocument document)
Section titled “Method: Apply(BehaviorSourceDocument document)”Original lines: 473-494
Declaration hash: sha256:a3efecbc670694e61a19460896fdd0223232824d02587f9e219ba712ed691124
public void Apply(BehaviorSourceDocument document);Method: Invert(BehaviorSourceDocument document)
Section titled “Method: Invert(BehaviorSourceDocument document)”Original lines: 497-507
Declaration hash: sha256:6bd051ae7edb5335a69577af6bbe485bdb6b3bae45cbc7861db26df7b365eea7
public void Invert(BehaviorSourceDocument document);Method: Describe()
Section titled “Method: Describe()”Original lines: 510
Declaration hash: sha256:94e0f8978de7d0f5e31d77a6c7255cea2c35dbc92c1ef8104d996d0c81f3817a
public string Describe();