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

BoolEvent.cs declarations

Public API declaration excerpts from ../bitquirky-core/Runtime/Event/BoolEvent.cs.

Source snapshot ad0983d00d77.

On this page

Original file: ../bitquirky-core/Runtime/Event/BoolEvent.cs

Source file hash: sha256:bf7a38015d013ac5e56c202b4373ef7443f2c7f69bd2cb022ef819b7502fe5a5

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

Original lines: 27-30

Declaration hash: sha256:8cb12d170f13c89526b887e6f3059b3f0044f297312bc40c5282f5ea888baf33

C#
[CreateAssetMenu(menuName = "Bit Quirky/Event/Bool", order = -7600)]
public sealed class BoolEvent : GenericEvent<bool>
{
}
Full-size image