Click or drag to resize

UpdateLoopSetting Class

The update loop(s) in which input will be updated.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Rewired.ConfigUpdateLoopSetting

Namespace: Rewired.Config
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[FlagsAttribute]
public sealed class UpdateLoopSetting : Enum

The UpdateLoopSetting type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberFixedUpdate Updates in the FixedUpdate loop.
Public fieldStatic memberNone Does not update.
Public fieldStatic memberOnGUI Updates in the OnGUI loop.
Public fieldStatic memberUpdate Updates in the Update loop.
Public fieldvalue__ 
Top
See Also