📜  roblox studio 中的 zindex 是什么? - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:36.878000             🧑  作者: Mango

代码示例1
ZIndex is a property of all GuiObject objects that alters the order in which GUI items are placed, on the Z axis. The ZIndex only accepts positive integers between 0 and 10
It basically is to say which GUI has priority over another
GUIs with Higher zindex numbers will overlap and apear ontop of GUIs with a smaller index number