FillDepthModeType
Last updated
FillDepthModeType is an Enum that specifies the depth rendering mode of a UI element. It is used as the FillDepthModeType property in GuiBase and related UI classes, and determines how an element is displayed when occluded by other 3D objects.
AlwaysOnTop
0
Always displayed on top and is not occluded by other objects.
VisibleWhenNotOccluded
1
Only displayed when not occluded by other objects.
VisibleWhenOccluded
2
Only displayed when occluded by other objects.
Last updated