EditRandomSelectorDirectFailureCommand.cs declarations
Public API declaration excerpts from Packages/io.bitquirky.behavior/Editor/BehaviorTreeEditCommands/EditRandomSelectorDirectFailureCommand.cs.
Source snapshot ad0983d00d77.
On this page
Original file: Packages/io.bitquirky.behavior/Editor/BehaviorTreeEditCommands/EditRandomSelectorDirectFailureCommand.cs
Source file hash: sha256:f11ab8d9596adfe37f706f96a86e7770c8ebd7bb0ea78180c4ff33fc9065be64
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: EditRandomSelectorDirectFailureCommand
Section titled “Type: EditRandomSelectorDirectFailureCommand”Original lines: 31-151
Declaration hash: sha256:2a52ef638cd6a011786229a781e41f4e344b406d7d3fa2d761bf3725ff59ea5d
public sealed class EditRandomSelectorDirectFailureCommand : IBehaviorTreeEditCommand{}Property: IsStructural
Section titled “Property: IsStructural”Original lines: 42
Declaration hash: sha256:d57d0b56fdf4a1462f3d76acb526d4434333787490d27769411c6c443c7fed38
public bool IsStructural { get; }Method: EditRandomSelectorDirectFailureCommand(string selectorNodeId, bool present, string weightText)
Section titled “Method: EditRandomSelectorDirectFailureCommand(string selectorNodeId, bool present, string weightText)”Original lines: 48-58
Declaration hash: sha256:f83607b89f42b17bf44039e3914f7e35028bd58409bfa3426bbb9460766a8b38
public EditRandomSelectorDirectFailureCommand(string selectorNodeId, bool present, string weightText);Method: Add(string selectorNodeId)
Section titled “Method: Add(string selectorNodeId)”Original lines: 61-67
Declaration hash: sha256:398dc40c713391de0725eb8372161e6ddda62410dada6cee9510e6397f0326d2
public static EditRandomSelectorDirectFailureCommand Add(string selectorNodeId);Method: Remove(string selectorNodeId)
Section titled “Method: Remove(string selectorNodeId)”Original lines: 70-76
Declaration hash: sha256:7004aa91013a4691719561fd93d4f4b925f4aef3a067806ef81a08d08ecc226e
public static EditRandomSelectorDirectFailureCommand Remove(string selectorNodeId);Method: Apply(BehaviorSourceDocument document)
Section titled “Method: Apply(BehaviorSourceDocument document)”Original lines: 79-100
Declaration hash: sha256:a3efecbc670694e61a19460896fdd0223232824d02587f9e219ba712ed691124
public void Apply(BehaviorSourceDocument document);Method: Invert(BehaviorSourceDocument document)
Section titled “Method: Invert(BehaviorSourceDocument document)”Original lines: 103-116
Declaration hash: sha256:6bd051ae7edb5335a69577af6bbe485bdb6b3bae45cbc7861db26df7b365eea7
public void Invert(BehaviorSourceDocument document);Method: Describe()
Section titled “Method: Describe()”Original lines: 119-122
Declaration hash: sha256:94e0f8978de7d0f5e31d77a6c7255cea2c35dbc92c1ef8104d996d0c81f3817a
public string Describe();