MoveBranchCommand.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/BehaviorTreeEditCommands/MoveBranchCommand.cs.
Source snapshot ad0983d00d77.
On this page
Original file: Packages/io.bitquirky.behavior/Editor/BehaviorTreeEditCommands/MoveBranchCommand.cs
Source file hash: sha256:455f88ae9d4d9dc134a7e6d80e2e6d0baf7302e7120ec7c82bfb1b4e31bf4964
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: MoveBranchCommand
Section titled “Type: MoveBranchCommand”Original lines: 27-274
Declaration hash: sha256:59b255dddd287d1544dd02152cfbd6c0c0fa15fd1fb82db046fbd9453856dd59
public sealed class MoveBranchCommand : IBehaviorTreeEditCommand, IBehaviorTreeNoOpAwareEditCommand{}Method: MoveBranchCommand(string branchRootId, string destinationParentId, int destinationChildIndex, IReadOnlyDictionary<string, Vector2> effectivePositions, Vector2 translation)
Section titled “Method: MoveBranchCommand(string branchRootId, string destinationParentId, int destinationChildIndex, IReadOnlyDictionary<string, Vector2> effectivePositions, Vector2 translation)”Original lines: 56-80
Declaration hash: sha256:d640169c9de5552ecb3313e8435084b24cf937eee013b164df3d8e85f4a624ac
public MoveBranchCommand(string branchRootId, string destinationParentId, int destinationChildIndex, IReadOnlyDictionary<string, Vector2> effectivePositions, Vector2 translation);Property: IsStructural
Section titled “Property: IsStructural”Original lines: 97
Declaration hash: sha256:d57d0b56fdf4a1462f3d76acb526d4434333787490d27769411c6c443c7fed38
public bool IsStructural { get; }Method: Apply(BehaviorSourceDocument document)
Section titled “Method: Apply(BehaviorSourceDocument document)”Original lines: 103-183
Declaration hash: sha256:a3efecbc670694e61a19460896fdd0223232824d02587f9e219ba712ed691124
public void Apply(BehaviorSourceDocument document);Method: Invert(BehaviorSourceDocument document)
Section titled “Method: Invert(BehaviorSourceDocument document)”Original lines: 186-201
Declaration hash: sha256:6bd051ae7edb5335a69577af6bbe485bdb6b3bae45cbc7861db26df7b365eea7
public void Invert(BehaviorSourceDocument document);Method: Describe()
Section titled “Method: Describe()”Original lines: 204-207
Declaration hash: sha256:94e0f8978de7d0f5e31d77a6c7255cea2c35dbc92c1ef8104d996d0c81f3817a
public string Describe();Method: WouldChange(BehaviorSourceDocument document)
Section titled “Method: WouldChange(BehaviorSourceDocument document)”Original lines: 214-245
Declaration hash: sha256:627cf36f4d552f2ed45dee40aa204035ea1a3944d4eec803c5f4db882db348c8
public bool WouldChange(BehaviorSourceDocument document);