IntEvent.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Event/IntEvent.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Event/IntEvent.cs
Source file hash: sha256:f5f19428d8a1bd7526d6e082613e3288da53006dda5860e092efbd8e9a634345
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: IntEvent
Section titled “Type: IntEvent”Original lines: 27-30
Declaration hash: sha256:0cdfd9099d2fbb2f1a3de6bf2b17b8a0e46c1fec0d6edc6b2308447ed8adbd9d
[CreateAssetMenu(menuName = "Bit Quirky/Event/Int", order = -7590)]public sealed class IntEvent : GenericEvent<int>{}