Click or drag to resize

UpdateLoopSetting Enumeration

The update loop(s) in which input will be updated.

Namespace:  Rewired.Config
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[FlagsAttribute]
public enum UpdateLoopSetting
Members
  Member nameValueDescription
None0 Does not update.
Update1 Updates in the Update loop.
FixedUpdate2 Updates in the FixedUpdate loop.
OnGUI4 Updates in the OnGUI loop.
See Also