Class BooleanEvent
Redirects a boolean Unity event into the event corresponding to its result.
Namespace: GGL.Events
Assembly: GGL.dll
Syntax
[AddComponentMenu("GG-Library/Events/Boolean Event")]
[HelpURL("https://ggl.yoannhaffner.com/api/GGL.Events.BooleanEvent.html")]
public class BooleanEvent : MonoBehaviour
Methods
| Edit this page View SourceInvoke(bool)
Invoke the event from another one.
Declaration
public void Invoke(bool boolean)
Parameters
Type | Name | Description |
---|---|---|
bool | boolean | Result of your other event. |