ULongEvent.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Event/ULongEvent.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Event/ULongEvent.cs
Source file hash: sha256:ec808e76306cc8ec0a50f9bf849e18b798e8b072608757238f78d2c1c3bc3745
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: ULongEvent
Section titled “Type: ULongEvent”Original lines: 25-26
Declaration hash: sha256:643ab9d2a04831ed2911a4aefde91bf0247539c892b9de5e313de909af10788d
[CreateAssetMenu(menuName = "Bit Quirky/Event/ULong", fileName = nameof(ULongEvent), order = -7585)]public sealed class ULongEvent : GenericEvent<ulong>{}