Search Results for

    Show / Hide Table of Contents

    Class WaitForEvent<T>

    Inheritance
    object
    UnityEngine.CustomYieldInstruction
    WaitForEvent<T>
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class WaitForEvent<T> : CustomYieldInstruction
    Type Parameters
    Name Description
    T

    Constructors

    WaitForEvent(UnityEvent<T>)

    Declaration
    public WaitForEvent(UnityEvent<T> subscribeTarget)
    Parameters
    Type Name Description
    UnityEngine.Events.UnityEvent<T0><T> subscribeTarget

    Properties

    keepWaiting

    Declaration
    public override bool keepWaiting { get; }
    Property Value
    Type Description
    bool
    Overrides
    UnityEngine.CustomYieldInstruction.keepWaiting
    In This Article
    Back to top Shape of Dreams API Documentation