UpdateLoopSetting Enumeration |
Namespace: Rewired.Config
[FlagsAttribute] public enum UpdateLoopSetting
Member name | Value | Description | |
---|---|---|---|
None | 0 | Does not update. | |
Update | 1 | Updates in the Update loop. | |
FixedUpdate | 2 | Updates in the FixedUpdate loop. | |
OnGUI | 4 | Updates in the OnGUI loop. |