IBehaviorTreeEditCommand.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/BehaviorTreeEditCommands/IBehaviorTreeEditCommand.cs.
Source snapshot ad0983d00d77.
On this page
Original file: Packages/io.bitquirky.behavior/Editor/BehaviorTreeEditCommands/IBehaviorTreeEditCommand.cs
Source file hash: sha256:a7dfad7d68209b9b0791a7d98d6aae326686789861d9c9aee7573618f8632f0f
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: IBehaviorTreeEditCommand
Section titled “Type: IBehaviorTreeEditCommand”Original lines: 58-86
Declaration hash: sha256:11fc7450dd813da4e337ad096fbea00ec7f7a3600d15a4600354ad6e5b81ecea
public interface IBehaviorTreeEditCommand{}Method: Apply(BehaviorSourceDocument document)
Section titled “Method: Apply(BehaviorSourceDocument document)”Original lines: 65
Declaration hash: sha256:4e82c6f746b82405368d4807cdd253a7b7b78a3eb8cf09e1577e1f9586bbb2ac
void Apply(BehaviorSourceDocument document);Method: Invert(BehaviorSourceDocument document)
Section titled “Method: Invert(BehaviorSourceDocument document)”Original lines: 71
Declaration hash: sha256:42def1cc289eaed704763702aad566010b2dad3a13cb32fa3985ec8302bedf29
void Invert(BehaviorSourceDocument document);Method: Describe()
Section titled “Method: Describe()”Original lines: 77
Declaration hash: sha256:8a5fef7ba841e13118a733128dd1092ba015af975ef194c262fa11e6dfe8fcaa
string Describe();Property: IsStructural
Section titled “Property: IsStructural”Original lines: 85
Declaration hash: sha256:7fc8695198b7a4b98e0722eac24c5aba53dbc1376daab2bff7d46b0a092c8fc2
bool IsStructural { get; }