Show / Hide Table of Contents

Class IntEvent

A event that can be raised with int argument(s).

Inheritance
System.Object
EventBase
Event<System.Int32>
IntEvent
Inherited Members
Event<Int32>.ListenerCount
Event<Int32>.EventTypes
Event<Int32>.Listeners
Event<Int32>.Raise(Int32)
Event<Int32>.Raise(Box<Int32>)
Event<Int32>.UnsafeRaise(Object[])
Event<Int32>.AddListener(Action<Int32>)
Event<Int32>.RemoveListener(Action<Int32>)
Namespace: FasterGames.Whiskey.Events
Assembly: cs.temp.dll.dll
Syntax
public class IntEvent : Event<int>
In This Article
Back to top Copyright FasterGames ©