Update |
[FlagsAttribute] public sealed class UpdateLoopSetting : Enum
The UpdateLoopSetting type exposes the following members.
| Name | Description | |
|---|---|---|
| FixedUpdate | Updates in the FixedUpdate loop. | |
| None | Does not update. | |
| OnGUI | Updates in the OnGUI loop. | |
| Update | Updates in the Update loop. | |
| value__ |