UI with Components
Creating and displaying UI with components
When doing UI with components you must do two things:
- Attach a
ScreenPanel
component onto a game object in the scene. - Attach your UI component to the same game object.
Then your UI will display on the screen.
Creating a UI Component
Derive a component from the PanelComponent
component.
MyPanel.razor