API Docs for:
Show:

UpdateBehavior Class

Module: ui

An enumeration of different UI object update behaviors.

Item Index

Properties

Properties

CONTINUOUS

Number final static

The UI object is updated on every frame.

NORMAL

Number final static

The UI object is only updated if necessary. However, there are cases where a necessary update is not detected.