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

BehaviorRandomSelectorDirectFailureSource.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/Authoring/BehaviorRandomSelectorDirectFailureSource.cs.

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Runtime/Authoring/BehaviorRandomSelectorDirectFailureSource.cs

Source file hash: sha256:8da4e9aa81e3c302a20d09c4b232748d3f8a17f9b5908422c58de986abcbc6a2

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

Type: BehaviorRandomSelectorDirectFailureSource

Section titled “Type: BehaviorRandomSelectorDirectFailureSource”

Original lines: 22-86

Declaration hash: sha256:5fa142ec17a38ea9299352174e1a3bb2fbdeabf64a2ab6e5ecd7dbde6bcc5423

C#
public static class BehaviorRandomSelectorDirectFailureSource
{
}

Method: TryReadSavedText(BehaviorSourceNode node, out string savedText)

Section titled “Method: TryReadSavedText(BehaviorSourceNode node, out string savedText)”

Original lines: 29-49

Declaration hash: sha256:d764a0cdd10f786d427065b22272668e35ca4c250e7a63b4e0016d2afd3122dc

C#
public static bool TryReadSavedText(BehaviorSourceNode node, out string savedText);

Method: TryParseUsableWeight(string savedText, out float weight)

Section titled “Method: TryParseUsableWeight(string savedText, out float weight)”

Original lines: 56-72

Declaration hash: sha256:f025cf1007d7084387c679bbd72160bddb9a38cbc04da36d2f749757443270f1

C#
public static bool TryParseUsableWeight(string savedText, out float weight);

Method: ResolveDrawWeight(BehaviorSourceNode node)

Section titled “Method: ResolveDrawWeight(BehaviorSourceNode node)”

Original lines: 79-85

Declaration hash: sha256:5030a52c74d2ec3577ce5bcd0212b58187464f196aa1939f5d08ddafc954c3f8

C#
public static float ResolveDrawWeight(BehaviorSourceNode node);
Full-size image