Click or drag to resize

WaitForUnscaledSeconds Class

A yield instreuction that uses unscaled time
Inheritance Hierarchy
SystemObject
  ImmerseSDKWaitForUnscaledSeconds

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
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