Go to the source code of this file.
Enumerations | |
| enum | UpdateFlags { UF_Forced = 0x00000001, UF_Model = 0x00000002, UF_Viewer = 0x00000004, UF_ObjBrowser = 0x00000008, UF_Controls = 0x00000010 } |
| enum UpdateFlags |
Enumeration for update flags. First byte is reserved for LightApp_Module. Modules derived from this model must use other 3 bytes to define their own update flags
| Enumerator | |
|---|---|
| UF_Forced | |
| UF_Model | |
| UF_Viewer | |
| UF_ObjBrowser | |
| UF_Controls | |