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+e8257758c3446d922301bab0e4637a0e5ec1862f
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