• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 3,517 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0101 秒)

751. 设置visible=false部分界面不生效? [ 72%]

...找到Stage.as类,搜索_style.visible= false;关键字,将false改出true即可,下个版本直接更新就好了! 2016-12-19 1 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 157*****121 相关问题 使用钢体设置防穿后仍...

来源: Laya_社区 发布时间: 20161216

752. 摄像机的正交投影和透视投影(ActionScript-3D基础(AS3)-LayaAir3D之Camera) [ 72%]

...效果。 ```typescript //正交投影属性设置 camera.orthographic = true; //正交垂直矩阵距离,控制3D物体远近与显示大小 camera.orthographicVerticalSize = 7; //移动摄像机位置 camera.transform.translate(new Vector3(0, 26.5, 45)); //旋转摄像机角度 camera.transform.ro...

来源: Laya2.0_文档 发布时间: 20210715

753. Node.ts 节点销毁之后为什么要注释掉 timer 的清理操作。 [ 72%]

...; * @param destroyChild (可选)是否同时销毁子节点,若值为true,则销毁子节点,否则不销毁子节点。 */ destroy(destroyChild: boolean = true): void { this.destroyed = true; this._destroyAllComponent(); this._parent && this._parent.removeChild(this);  //销毁子...

来源: Laya_社区 发布时间: 20220224

754. 树状列表组件 · LayaAir3.0文档 · LAYABOX [ 72%]

...data>"; //给Tree列表赋值 treeData += "<dir label='box1' isOpen='true'>" + "<file label='child1 ' />" + "<file label='child2 ' />" + "<file label='child3 ' />" + "<file label='child4 ' />" + "<file label='child5 ' />" + "</dir>" + "<dir label='box2...

来源: Laya3.0_文档 发布时间: 20230828

755. laya.ui.AdvImage_API3.0 [ 72%]

...变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from AnimationBase.hitTestPrior Defined in laya/display/Sprite.ts:266 指定鼠标事...

来源: Laya3.0_api 发布时间: 20231102

756. laya.ui.Button_API3.0 [ 72%]

...变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Implementation of ISelect.hitTestPrior Inherited from Text.hitTestPrior Defined in laya/display...

来源: Laya3.0_api 发布时间: 20231115

757. 2.0.2自定义shader不能使用动态批处理 [ 72%]

...定义shader,但无法使用动态批处理节省批次。如果设置为true,shader无法渲染,但是调试信息显示节省了批次,且有一个批次的提交。 但是更新到layaAir2.1.0的渲染库后,无论设置为true或者false都可以正常渲染shader,但是调试信息...

来源: Laya_社区 发布时间: 20190610

758. 3D场景-地形场景 [ 72%]

...种开发语言、LayaAirIDE让项目开发更高效。Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; var scene = Laya.stage.addChild(Laya.Scene.load("../../res/threeDimen/scene/TerrainScene/XunLongShi.ls")); scene.once(Laya.Eve...

来源: Laya_示例 发布时间: 20241001

759. laya.ui.CheckBox_API3.0 [ 72%]

...变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Implementation of ISelect.hitTestPrior Inherited from Text.hitTestPrior Defined in laya/display...

来源: Laya3.0_api 发布时间: 20231115

760. ui事件问题 [ 72%]

...先是定时器判断要执行tween的ui的 displayedInStage属性是不是true!然后是true了再执行tween然后清理掉定时器!但是新版本的displayedInStage判断没用!我还是还原回老版本了   2017-11-04 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 ...

来源: Laya_社区 发布时间: 20171103