AsyncTriggerBase<T> Class
Assembly: cs.temp.dll.dll
public abstract class AsyncTriggerBase<T> : MonoBehaviour, IUniTaskAsyncEnumerable<T>
Inheritance
System.Object →
AsyncTriggerBase<T>
Members
Fields
Methods
Fields
calledAwake
protected bool calledAwake
Field Value
- System.Boolean
calledDestroy
protected bool calledDestroy
Field Value
- System.Boolean
Methods
GetAsyncEnumerator(CancellationToken)
public IUniTaskAsyncEnumerator<T> GetAsyncEnumerator(CancellationToken cancellationToken = default(CancellationToken))
Parameters
cancellationToken
System.Threading.CancellationToken
RaiseEvent(T)
protected void RaiseEvent(T value)
Implements