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

IBehaviorTreeEditCommand.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/BehaviorTreeEditCommands/IBehaviorTreeEditCommand.cs.

Source snapshot ad0983d00d77.

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.

Original lines: 58-86

Declaration hash: sha256:11fc7450dd813da4e337ad096fbea00ec7f7a3600d15a4600354ad6e5b81ecea

C#
public interface IBehaviorTreeEditCommand
{
}

Method: Apply(BehaviorSourceDocument document)

Section titled “Method: Apply(BehaviorSourceDocument document)”

Original lines: 65

Declaration hash: sha256:4e82c6f746b82405368d4807cdd253a7b7b78a3eb8cf09e1577e1f9586bbb2ac

C#
void Apply(BehaviorSourceDocument document);

Method: Invert(BehaviorSourceDocument document)

Section titled “Method: Invert(BehaviorSourceDocument document)”

Original lines: 71

Declaration hash: sha256:42def1cc289eaed704763702aad566010b2dad3a13cb32fa3985ec8302bedf29

C#
void Invert(BehaviorSourceDocument document);

Original lines: 77

Declaration hash: sha256:8a5fef7ba841e13118a733128dd1092ba015af975ef194c262fa11e6dfe8fcaa

C#
string Describe();

Original lines: 85

Declaration hash: sha256:7fc8695198b7a4b98e0722eac24c5aba53dbc1376daab2bff7d46b0a092c8fc2

C#
bool IsStructural { get; }
Full-size image