Using Smart UI Components

How to import and use a SmartUI behaviors to your project.

All the components are basically empty, they don't contain any of the code required to operate. Instead, the addons are the way to communicate with the framework. If you simply add a behavior to your object without adding the SmartUI plugin, it will fail to run because it coudln't find the libraries required.

By desing, you can only add one SmartUI component behavior to your objects.

Adding a Behavior

Main Features

All the SmartUI components are children of the same line of inheritance, therefore, many properties and capabilities are common.

These properties can be accessed also through ACE's, either to pick them or the change them, giving you a higher level of flexibility to customize them.

PropertyDescription

Enabled

Enables or disables the component. For components that hold a value, it can still be set, but the animations and event triggers won't be called.

Index

Invisible Component

Automatic color

Changes the tinting of the object to provide a visual aid when focusing. The color can't be changed, this feature is meant to provide a quick visual aid. It's recommended to be off when releasing your project.

Component's Name

The name for the component. It doesn't have to be unique in general, but if you are using composite components like Scrollbars or Dialogs, the name must be unique.

Last updated