Click or drag to resize

UpdateLoopType Class

Unity update loop type.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      RewiredUpdateLoopType

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class UpdateLoopType : Enum

The UpdateLoopType type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberFixedUpdate 
Public fieldStatic memberOnGUI 
Public fieldStatic memberUpdate 
Public fieldvalue__ 
Top
See Also