FillDepthModeType is an Enum that specifies the depth rendering mode for UI elements.
It is used as the FillDepthModeType property in GuiBase and related UI classes, determining how an element is displayed when occluded by other 3D objects.
Items
Name
Value
Description
AlwaysOnTop
0
Always displayed on top and is not occluded by other objects.
VisibleWhenNotOccluded
1
Only displayed when not occluded by other objects.