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/CreateNodeCommand.cs

Source file hash: sha256:25f7b638ff6998db2c7abc4f1ad6d164babd7c214c4f95c4f09db1a37f9353f8

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

Original lines: 48-284

Declaration hash: sha256:5e438e35034d25eded3a62d05603c4414207abce61254f108218341b7cb91eff

C#
public sealed class CreateNodeCommand : IBehaviorTreeEditCommand
{
}

Original lines: 71

Declaration hash: sha256:d57d0b56fdf4a1462f3d76acb526d4434333787490d27769411c6c443c7fed38

C#
public bool IsStructural { get; }

Original lines: 73

Declaration hash: sha256:e6003eb406a4e2163809d373bf032b11ae6f2b00d195c1044e4c68f2720280b9

C#
public string AssignedNodeId { get; }

Method: CreateNodeCommand(BehaviorSourceNodeKind family, string parentId, int childIndex, string initialLabel, BehaviorSourceAuthority authority, IEnumerable<string> readSet, IEnumerable<string> writeSet, IEnumerable<string> waits, string nodeKindToken, string subgraphAddress, string preassignedId, bool declareWriteSetServices)

Section titled “Method: CreateNodeCommand(BehaviorSourceNodeKind family, string parentId, int childIndex, string initialLabel, BehaviorSourceAuthority authority, IEnumerable<string> readSet, IEnumerable<string> writeSet, IEnumerable<string> waits, string nodeKindToken, string subgraphAddress, string preassignedId, bool declareWriteSetServices)”

Original lines: 95-125

Declaration hash: sha256:10073ee5580ebbc0bdc9ea777068bbbae72dc7274b0c7df59f267e3a74bbe578

C#
public CreateNodeCommand(BehaviorSourceNodeKind family, string parentId, int childIndex, string initialLabel = "", BehaviorSourceAuthority authority = BehaviorSourceAuthority.HostAuthoritative, IEnumerable<string> readSet = null, IEnumerable<string> writeSet = null, IEnumerable<string> waits = null, string nodeKindToken = null, string subgraphAddress = null, string preassignedId = null, bool declareWriteSetServices = false);

Method: Apply(BehaviorSourceDocument document)

Section titled “Method: Apply(BehaviorSourceDocument document)”

Original lines: 132-175

Declaration hash: sha256:a3efecbc670694e61a19460896fdd0223232824d02587f9e219ba712ed691124

C#
public void Apply(BehaviorSourceDocument document);

Method: Invert(BehaviorSourceDocument document)

Section titled “Method: Invert(BehaviorSourceDocument document)”

Original lines: 178-196

Declaration hash: sha256:6bd051ae7edb5335a69577af6bbe485bdb6b3bae45cbc7861db26df7b365eea7

C#
public void Invert(BehaviorSourceDocument document);

Original lines: 199-202

Declaration hash: sha256:94e0f8978de7d0f5e31d77a6c7255cea2c35dbc92c1ef8104d996d0c81f3817a

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