Enum ViewControllerTransitionTimeUpdateMode
The transition's time update mode.
Namespace: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
public enum ViewControllerTransitionTimeUpdateMode
Fields
Name | Description |
---|---|
ScaledTime | Updates are scaled by Unity's time scale. |
UnscaledTime | Updates are not scaled by Unity's time scale. |