Property: RenderType — CFrame

Render type of the element

Attributes

@ val  
[ ERenderType ]
RTT | HDR | Offscreen | LDR

Description

  • HDR = high-dynamic-range lighting the UI will use the maps lighting system.
  • LDR = low dynamic range the UI will render as is no lighting gets added.
  • Offscreen = Won’t render the frame at all
  • RTT = Render To Texture

LDR always renders above HDR