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

Source file hash: sha256:21188f93cfd27c000521d4b1bef49d7daf65e83a5f8e3b1d4ad8a2bc9ea8a77b

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

Original lines: 26-188

Declaration hash: sha256:f9f3807a71f70b79450a01fb3aa6dd30c4a791c0772682a55b04d1f778128f9e

C#
public sealed class CreateStateMachineStateCommand : IBehaviorTreeEditCommand
{
}

Original lines: 40

Declaration hash: sha256:d57d0b56fdf4a1462f3d76acb526d4434333787490d27769411c6c443c7fed38

C#
public bool IsStructural { get; }

Method: CreateStateMachineStateCommand(string rootNodeId, int stateIndex, string stateNodeId, string stateLabel, float x, float y)

Section titled “Method: CreateStateMachineStateCommand(string rootNodeId, int stateIndex, string stateNodeId, string stateLabel, float x, float y)”

Original lines: 43-60

Declaration hash: sha256:8c09d33801d783270cfdab4c3b588a7e03ff48731c572ec4d219c64ce27846a4

C#
public CreateStateMachineStateCommand(string rootNodeId, int stateIndex, string stateNodeId, string stateLabel, float x, float y);

Method: Apply(BehaviorSourceDocument document)

Section titled “Method: Apply(BehaviorSourceDocument document)”

Original lines: 63-130

Declaration hash: sha256:a3efecbc670694e61a19460896fdd0223232824d02587f9e219ba712ed691124

C#
public void Apply(BehaviorSourceDocument document);

Method: Invert(BehaviorSourceDocument document)

Section titled “Method: Invert(BehaviorSourceDocument document)”

Original lines: 133-151

Declaration hash: sha256:6bd051ae7edb5335a69577af6bbe485bdb6b3bae45cbc7861db26df7b365eea7

C#
public void Invert(BehaviorSourceDocument document);

Original lines: 154-157

Declaration hash: sha256:94e0f8978de7d0f5e31d77a6c7255cea2c35dbc92c1ef8104d996d0c81f3817a

C#
public string Describe();

Original lines: 191-258

Declaration hash: sha256:bbc8a078d66c051b341674370bd78dbce9f6cd87e1936e2a80341bdb923bc748

C#
public sealed class CreateStateMachineElementCommand : IBehaviorTreeEditCommand
{
}

Original lines: 201

Declaration hash: sha256:d57d0b56fdf4a1462f3d76acb526d4434333787490d27769411c6c443c7fed38

C#
public bool IsStructural { get; }

Method: CreateStateMachineElementCommand(string rootId, string nodeId, BehaviorSourceNodeKind kind, string label, float x, float y)

Section titled “Method: CreateStateMachineElementCommand(string rootId, string nodeId, BehaviorSourceNodeKind kind, string label, float x, float y)”

Original lines: 204-222

Declaration hash: sha256:0c521d405cdb70cf89fef8e5d27eabd6a3662a800b06b1bb18d307c9cf3b1725

C#
public CreateStateMachineElementCommand(string rootId, string nodeId, BehaviorSourceNodeKind kind, string label, float x, float y);

Method: Apply(BehaviorSourceDocument document)

Section titled “Method: Apply(BehaviorSourceDocument document)”

Original lines: 225-245

Declaration hash: sha256:a3efecbc670694e61a19460896fdd0223232824d02587f9e219ba712ed691124

C#
public void Apply(BehaviorSourceDocument document);

Method: Invert(BehaviorSourceDocument document)

Section titled “Method: Invert(BehaviorSourceDocument document)”

Original lines: 248-254

Declaration hash: sha256:6bd051ae7edb5335a69577af6bbe485bdb6b3bae45cbc7861db26df7b365eea7

C#
public void Invert(BehaviorSourceDocument document);

Original lines: 257

Declaration hash: sha256:94e0f8978de7d0f5e31d77a6c7255cea2c35dbc92c1ef8104d996d0c81f3817a

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