Version: 2021.3
Language : English
Rect Transform
Canvas

Canvas Components

All UI(User Interface) Allows a user to interact with your application. Unity currently supports three UI systems. More info
See in Glossary
Components are placed within a CanvasThe area that contains all UI elements in a scene. The Canvas area is shown as a rectangle in the Scene View. Glossary Components are placed within a CanvasThe area that contains all UI elements in a scene. The Canvas area is shown as a rectangle in the Scene View. More info
See in Glossary
.

  • Canvas
  • Canvas ScalerControls the overall scale and pixel density of all UI elements in the Canvas, including font sizes and image borders. Canvas ScalerControls the overall scale and pixel density of all UI elements in the Canvas, including font sizes and image borders. More info
    See in Glossary
  • Canvas GroupA group of UI elements within a Canvas. Use a Canvas Group to control a group of UI elements collectively without needing to handle them each individually. Canvas GroupA group of UI elements within a Canvas. Use a Canvas Group to control a group of UI elements collectively without needing to handle them each individually. More info
    See in Glossary
  • Canvas RendererRenders a graphical UI object contained within a Canvas. Canvas RendererRenders a graphical UI object contained within a Canvas. More info
    See in Glossary
Rect Transform
Canvas