Click or drag to resize

UpdateLoopSetting Fields

The UpdateLoopSetting type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberFixedUpdate Updates in the FixedUpdate loop.
Public fieldStatic memberNone Does not update.
Public fieldStatic memberOnGUI Updates in the OnGUI loop.
Public fieldStatic memberUpdate Updates in the Update loop.
Public fieldvalue__ 
Top
See Also