This commit is contained in:
2025-01-17 13:10:42 +01:00
commit 4536213c91
15115 changed files with 1442174 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Canvas Renderer
The **Canvas Renderer** component renders a graphical UI object contained within a [Canvas](class-Canvas.md).
![](images/UI_CanvasRendererInspector.png)
## Properties
The Canvas Renderer has no properties exposed in the inspector.
## Details
The standard UI objects available from the menu (**GameObject > Create UI**) all have Canvas Renderers attached wherever they are required but you may need to add this component manually for custom UI objects. Although there are no properties exposed in the inspector, a few properties and function can be accessed from scripts - see the [CanvasRenderer](https://docs.unity3d.com/ScriptReference/CanvasRenderer.html) page in the Script Reference for full details.