Custom flags
When ReGui generates an element such as a Label from invoking Canvas:Label, it will check if the flag is a property or a global flag. If it is a global flag it will call the defined function but if it's a property such as Size
it will be set as a property to the element as it is not a global flag
Examples of some built-in flags are: Icon
, Border
, and Ratio
Basic flag example for visibility:
Last updated