Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PanelRenderMode

Determines how a panel is rendered.
Read time 1 minuteLast updated 6 days ago

Definition

public enum PanelRenderMode

Fields

Value

Description

ScreenSpaceOverlayRenders the panel as a 2D overlay on top of the screen, independent of any camera or world geometry.
WorldSpaceRenders the panel as an object within the 3D world.