Version: Unity 6.3 LTS (6000.3)
LanguageEnglish
  • C#

PanelRenderMode.WorldSpace

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Renders the panel as an object within the 3D world.

The panel is rendered by one or more cameras at a specified world-space position and can be occluded by other objects in the scene. This mode is suitable for in-world UI such as interactive screens, billboards, or diegetic interfaces. Depending on camera order, it can also be used as an overlay if, for example, you only want to add the ability to have a 3D rotation to the UI.