CreateNodeCommand.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/BehaviorTreeEditCommands/CreateNodeCommand.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: CreateNodeCommand
Section titled “Type: CreateNodeCommand”Original lines: 48-284
Declaration hash: sha256:5e438e35034d25eded3a62d05603c4414207abce61254f108218341b7cb91eff
public sealed class CreateNodeCommand : IBehaviorTreeEditCommand{}Property: IsStructural
Section titled “Property: IsStructural”Original lines: 71
Declaration hash: sha256:d57d0b56fdf4a1462f3d76acb526d4434333787490d27769411c6c443c7fed38
public bool IsStructural { get; }Property: AssignedNodeId
Section titled “Property: AssignedNodeId”Original lines: 73
Declaration hash: sha256:e6003eb406a4e2163809d373bf032b11ae6f2b00d195c1044e4c68f2720280b9
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
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
public void Apply(BehaviorSourceDocument document);Method: Invert(BehaviorSourceDocument document)
Section titled “Method: Invert(BehaviorSourceDocument document)”Original lines: 178-196
Declaration hash: sha256:6bd051ae7edb5335a69577af6bbe485bdb6b3bae45cbc7861db26df7b365eea7
public void Invert(BehaviorSourceDocument document);Method: Describe()
Section titled “Method: Describe()”Original lines: 199-202
Declaration hash: sha256:94e0f8978de7d0f5e31d77a6c7255cea2c35dbc92c1ef8104d996d0c81f3817a
public string Describe();