Const
较老版本的GUI接口,已不推荐使用,请在客户端使用GameUI。
An older version of the GUI interface, which is no longer recommended. Please use GameUI on the client side.
const box = ui.findChildByName('box');box.zIndex=2; Copy
const box = ui.findChildByName('box');box.zIndex=2;
Zh
较老版本的GUI接口,已不推荐使用,请在客户端使用GameUI。
En
An older version of the GUI interface, which is no longer recommended. Please use GameUI on the client side.
Example
Deprecated