|
UsoUIElements 0.1.0
Data Centric implimentation of Unity's UI Elements (UI Toolkit)
|
Using the asset is very straight forward, all elements in the package will work as just as there base elements do so you simply add the 'Uso' prefix to any existing element that has been enabled in the package.
You can see all the currently available base element overrides in the BaseElementOverrides folder.
Validation indicatios are enabled by default on form type fields such as Label and TextField elements, among others.
You can set the type of indicator by setting the FieldStatus property of the element like so:
FieldStatus Enum
You can see the current status with the FieldStatus property like so:
You can Enable/Disable the indicator with the ShowFieldStatus property.