Search Results for

    Show / Hide Table of Contents

    Class BooleanEvent

    Redirects a boolean Unity event into the event corresponding to its result.

    Inheritance
    object
    Object
    Component
    Behaviour
    MonoBehaviour
    BooleanEvent
    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 Source

    Invoke(bool)

    Invoke the event from another one.

    Declaration
    public void Invoke(bool boolean)
    Parameters
    Type Name Description
    bool boolean

    Result of your other event.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX