Click or drag to resize

UpdateMode Class

Rewired update mode.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Rewired.ConfigUpdateMode

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

The UpdateMode type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberAutomatic Update is called automatically.
Public fieldStatic memberManual Update must be called manually.
Public fieldvalue__ 
Top
See Also