大约有 34 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0033 秒)
...ear Flags(清除标志) 支持 (包括:Skybox天空盒(Background背景色)、Solid Color纯色(Background背景色)、Depth only仅深度、Don’t Clear不清除) Projection(投射方式) 支持(包括:Perspective透视(Field of View视野范围),Orthographic正交...
来源: Laya3.0_文档 发布时间: 20251010
...rrCheck: boolean = [false, false, false, false]; private init() { // 设置背景色为场景高度 this.box_color_bg.height = Laya.stage.height; } onEnable() { this.init(); // 判定是注册还是忘记密码 if (GameData.I.isReg) { this._regMode(); } else { this._forgetMode(); } // 添加取消...
来源: Laya_社区 发布时间: 20200410
...r Flags(清除标志) | 支持 (包括:Skybox天空盒(Background背景色)、Solid Color纯色(Background背景色)、Depth only仅深度、Don’t Clear不清除) | | Projection(投射方式) | 支持(包括:Perspective透视(Field of View视野范围),Orthographic...
来源: Laya2.0_文档 发布时间: 20210714
...meLineDemo() { //初始化舞台 Laya.init(1334,750, WebGL); //设置舞台背景色 Laya.stage.bgColor = "#ffffff"; //加载图集成功后,执行onLoad回调方法 Laya.loader.load("res/atlas/ui.atlas", Handler.create(this, onLoaded)); } private function onLoaded():void { //创建一个Animation...
来源: Laya2.0_文档 发布时间: 20210715