Show / Hide Table of Contents

Class BoolEvent

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

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