Version: 2019.2
LanguageEnglish
  • C#

UnityEngine.UIModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

The UI module implements basic components required for Unity's UI system

Classes

CanvasElement that can be used for screen rendering.
CanvasGroupA Canvas placable element that can be used to modify children Alpha, Raycasting, Enabled state.
CanvasRendererA component that will render to the screen after all normal rendering has completed when attached to a Canvas. Designed for GUI application.
RectTransformUtilityUtility class containing helper methods for working with RectTransform.

Enumerations

AdditionalCanvasShaderChannelsEnum mask of possible shader channel properties that can also be included when the Canvas mesh is created.
RenderModeRenderMode for the Canvas.