UI Canvas Flashcards
1
Q
“The canvas is…”
A
“a component that controls how UI objects will be rendered”
2
Q
All UI elements…
A
must be children of a canvas
3
Q
render modes
A
part of canvas. set in inspector’s popup menu.
4
Q
screen space overlay
A
a render mode that sets the UI to overlay the scene.
5
Q
world space
A
a render mode that sets the UI as part of the world to be interacted with.