CreateStateMachineStateCommand.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/BehaviorTreeEditCommands/CreateStateMachineStateCommand.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: CreateStateMachineStateCommand
Section titled “Type: CreateStateMachineStateCommand”Original lines: 26-188
Declaration hash: sha256:f9f3807a71f70b79450a01fb3aa6dd30c4a791c0772682a55b04d1f778128f9e
public sealed class CreateStateMachineStateCommand : IBehaviorTreeEditCommand{}Property: IsStructural
Section titled “Property: IsStructural”Original lines: 40
Declaration hash: sha256:d57d0b56fdf4a1462f3d76acb526d4434333787490d27769411c6c443c7fed38
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
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
public void Apply(BehaviorSourceDocument document);Method: Invert(BehaviorSourceDocument document)
Section titled “Method: Invert(BehaviorSourceDocument document)”Original lines: 133-151
Declaration hash: sha256:6bd051ae7edb5335a69577af6bbe485bdb6b3bae45cbc7861db26df7b365eea7
public void Invert(BehaviorSourceDocument document);Method: Describe()
Section titled “Method: Describe()”Original lines: 154-157
Declaration hash: sha256:94e0f8978de7d0f5e31d77a6c7255cea2c35dbc92c1ef8104d996d0c81f3817a
public string Describe();Type: CreateStateMachineElementCommand
Section titled “Type: CreateStateMachineElementCommand”Original lines: 191-258
Declaration hash: sha256:bbc8a078d66c051b341674370bd78dbce9f6cd87e1936e2a80341bdb923bc748
public sealed class CreateStateMachineElementCommand : IBehaviorTreeEditCommand{}Property: IsStructural
Section titled “Property: IsStructural”Original lines: 201
Declaration hash: sha256:d57d0b56fdf4a1462f3d76acb526d4434333787490d27769411c6c443c7fed38
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
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
public void Apply(BehaviorSourceDocument document);Method: Invert(BehaviorSourceDocument document)
Section titled “Method: Invert(BehaviorSourceDocument document)”Original lines: 248-254
Declaration hash: sha256:6bd051ae7edb5335a69577af6bbe485bdb6b3bae45cbc7861db26df7b365eea7
public void Invert(BehaviorSourceDocument document);Method: Describe()
Section titled “Method: Describe()”Original lines: 257
Declaration hash: sha256:94e0f8978de7d0f5e31d77a6c7255cea2c35dbc92c1ef8104d996d0c81f3817a
public string Describe();