gearsSetting up

How to set up your UI

Parameters are attributes you may need to set on an instance.

Every instance you want to use with UI Utils must have the UI Utils tag. It also needs method attributes. You can have multiple methods; each one just needs Method in its attribute name.

Also, a property with * at the start of its name in the documentation means it’s optional.

How to set an Attribute or a Tag?

1

Select your Instance

For example, here my ImageLabel is highlighted in blue.

2

Open Properties

Go to the Properties panel.

3

Scroll all the way down

Here you will see a Tags tab and an Attributes tab.

4

If you want to add a Tag

Click the + button and a list of tags will appear.

If you already have tags in your game, you'll see them here. Otherwise, the list will be empty until you create one.

If it doesn’t appear, just create it.

5

If you want to add an Attribute

Click the + button.

This window will appear:

Name is the name of your parameter.

Type controls the value type, like a number or a boolean (true / false).

Last updated