Class WaitForEvent
Inheritance
object
UnityEngine.CustomYieldInstruction
WaitForEvent
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public class WaitForEvent : CustomYieldInstruction
Constructors
WaitForEvent(UnityEvent)
Declaration
public WaitForEvent(UnityEvent subscribeTarget)
Parameters
| Type | Name | Description |
|---|---|---|
| UnityEngine.Events.UnityEvent | subscribeTarget |
Properties
keepWaiting
Declaration
public override bool keepWaiting { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Overrides
UnityEngine.CustomYieldInstruction.keepWaiting