UniTask
Show / Hide Table of Contents

DelayType Enum

Namespace: Cysharp.Threading.Tasks
Assembly: cs.temp.dll.dll
public enum DelayType

Fields

Name Description
DeltaTime

use Time.deltaTime.

Realtime

use Stopwatch.GetTimestamp().

UnscaledDeltaTime

Ignore timescale, use Time.unscaledDeltaTime.

Back to top Copyright © Cysharp, Inc. | Generated by DocFX