Custom Controls
Overview
The SDK easily enables creating custom UI elements (hence, custom controls).
Creation of custom controls can be achieved by either:
- Extending the
UIElementGroup
to create rich UI controls - Extending one of the existing UI elements (like
Rect
) and add more functionalities to it - For advanced cases, extend the basic
UIElement
and use the canvas capabilities to draw your own graphics
Info
Our Development Resources provides a custom controls example to help you get started with custom controls
Read Next
- Read our Development Resources documentation