This version of Unity is unsupported.

UnityEngine.UIModule

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.
StandaloneRenderResizeEnum used to determine if a Canvas should be resized when a manual Camera.Render call is performed.