AsyncParticleSystemStoppedTrigger Class
Assembly: UniTask.dll
public sealed class AsyncParticleSystemStoppedTrigger : AsyncTriggerBase<AsyncUnit>, IUniTaskAsyncEnumerable<AsyncUnit>
Members
Constructors
Methods
Constructors
AsyncParticleSystemStoppedTrigger()
public AsyncParticleSystemStoppedTrigger()
Methods
GetOnParticleSystemStoppedAsyncHandler()
public IAsyncOnParticleSystemStoppedHandler GetOnParticleSystemStoppedAsyncHandler()
GetOnParticleSystemStoppedAsyncHandler(CancellationToken)
public IAsyncOnParticleSystemStoppedHandler GetOnParticleSystemStoppedAsyncHandler(CancellationToken cancellationToken)
OnParticleSystemStoppedAsync()
public UniTask OnParticleSystemStoppedAsync()
OnParticleSystemStoppedAsync(CancellationToken)
public UniTask OnParticleSystemStoppedAsync(CancellationToken cancellationToken)
Implements