HoverRace  2.0
Enumerations
HoverRace::Display::UiLayoutFlags Namespace Reference

Instances of UI components may opt-out of automatic scaling and relative positioning by using any combination of these flags. More...

Enumerations

enum  { UNSCALED = 0x01, FLOATING = 0x02 }
 

Detailed Description

Instances of UI components may opt-out of automatic scaling and relative positioning by using any combination of these flags.

Author
Michael Imamura
See also
UiViewModel

Enumeration Type Documentation

anonymous enum
Enumerator
UNSCALED 

Don't scale the component to the UI viewport.

FLOATING 

Use absolute (screen-space) coordinates.