Click or drag to resize

WaitForUnscaledSeconds Class

Note: This API is now obsolete.

A yield instruction that uses unscaled time
Inheritance Hierarchy
SystemObject
  ImmerseSDKWaitForUnscaledSeconds

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
[ObsoleteAttribute("Use UnityEngine.WaitForSecondsRealtime instead")]
public sealed class WaitForUnscaledSeconds : IEnumerator

The WaitForUnscaledSeconds type exposes the following members.

Constructors
  NameDescription
Public methodWaitForUnscaledSeconds
Creates a yield instruction to wait for a given number of seconds using unscaled time
Top
Properties
  NameDescription
Public propertyCurrent
Top
Methods
  NameDescription
Public methodMoveNext
Public methodReset
Reset the yield instruction so it can be recycled
Top
See Also