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.
Type: BoolEvent
Section titled “Type: BoolEvent”Original lines: 27-30
Declaration hash: sha256:8cb12d170f13c89526b887e6f3059b3f0044f297312bc40c5282f5ea888baf33
[CreateAssetMenu(menuName = "Bit Quirky/Event/Bool", order = -7600)]public sealed class BoolEvent : GenericEvent<bool>{}