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

BoolVariable.cs declarations

Public API declaration excerpts from ../bitquirky-core/Runtime/Variable/BoolVariable.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-core/Runtime/Variable/BoolVariable.cs

Source file hash: sha256:33fe667598d941e6f679490f4d73453936b358cf8baf77df603fd1e66e2289d2

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

Original lines: 28-38

Declaration hash: sha256:bd8977f5878e1ffa539176a1a079a24356c5eda5895459a9834468a2527279c6

C#
[CreateAssetMenu(menuName = "Bit Quirky/Variable/Bool", order = -7300)]
public class BoolVariable : Variable<bool>
{
}

Method: op_Implicit(BoolVariable variable)

Section titled “Method: op_Implicit(BoolVariable variable)”

Original lines: 33-36

Declaration hash: sha256:54ce98de9f6b697a8ceb8b6e173bd48e5e852b69a2be6fcc7eaa4ec795c25062

C#
public static implicit operator bool (BoolVariable variable);
Full-size image