Skip to content

Commit

Permalink
Update component-reference.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie authored Aug 16, 2024
1 parent 0ba7631 commit 3a2ad8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/component-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ UI can be animated.
| Name | Description |
| ------------- | ------------- |
| `Canvas` | Unity's UI system. Needs to be in World Space mode right now. |
| `Text (Legacy)` | Render Text using Unity's UI Text component. Custom fonts are supported, a font atlas will be automatically generated on export. Use the font settings to control which characters are included in the atlas.<br/>**Note**: Make sure to use the `Legacy/Text` component (TextMeshPro is not supported at the moment) |
| `Button` | Receives click events - use the onClick event to react to it. It can be added too 3D scene objects as well. |
| `Text (Legacy)` | Render Text using Unity's UI Text component. Custom fonts are supported, a font atlas will be automatically generated on export. Use the font settings to control which characters are included in the atlas.<br/>**Note**: In Unity make sure to use the `Legacy/Text` component (*TextMeshPro* is not supported at the moment) |
| `Button` | Receives click events - use the onClick event to react to it. It can be added too 3D scene objects as well.<br/>**Note**: Make sure to use the `Legacy/Text` component in the Button (or create the Button via the `UI/Legacy/Button` Unity context menu since *TextMeshPro* is not supported at the moment) |
| `Image` | Renders a sprite image |
| `RawImage` | Renders a texture |
| `InputField` | Allows text input |
Expand Down

0 comments on commit 3a2ad8a

Please sign in to comment.