大约有 349 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0070 秒)
... Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:24 当前内存,以字节为单位。 Returns number Static gpuMemory get gpuMemory(): number Inherited from Resource.gpuMemory Defined in laya/resource/Resource.ts:31 当前显存,以字节为单位。 Returns number Method...
来源: Laya3.0_api 发布时间: 20231115
...dex]); } 请问怎么只保留一种点击状态,哪里不对吗,点击当前label红色,其他的粉色 附件 : --> 2017-08-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: 建议...
来源: Laya_社区 发布时间: 20170803
... Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:24 当前内存,以字节为单位。 Returns number Static currentActive get currentActive(): RenderTexture2D Defined in laya/resource/RenderTexture2D.ts:38 获取当前激活的Rendertexture Returns RenderTexture2D Static gp...
来源: Laya3.0_api 发布时间: 20231115
... Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:24 当前内存,以字节为单位。 Returns number Static currentActive get currentActive(): NativeRenderTexture2D Defined in laya/resource/NativeRenderTexture2D.ts:30 获取当前激活的Rendertexture Returns NativeRenderT...
来源: Laya3.0_api 发布时间: 20231115
...ya.timer.frameLoop`执行频率依赖于帧频率,可通过Stat.FPS查看当前帧频。 2. `Laya.timer.loop`执行频率依赖于参数指定时间。 ```javascript Laya.timer.frameLoop(1, this, animateFrameRateBased); Laya.stage.on("click", this, dispose); private function dispose():void ...
来源: Laya2.0_文档 发布时间: 20210715
...ya.timer.frameLoop`执行频率依赖于帧频率,可通过Stat.FPS查看当前帧频。 1. `Laya.timer.loop`执行频率依赖于参数指定时间。 ```javascript Laya.timer.frameLoop(1, this, animateFrameRateBased); Laya.stage.on("click", this, dispose); function dispose() { Laya.timer.clear(t...
来源: Laya2.0_文档 发布时间: 20210715
...就会导致位图剪辑后的显示错误。 最后再说一下空格,当前的FontClip组件是面向单行的整句文本,是不支持空格的,如果在Value值里加一个空格,我们可以从上图中看出,空出一个完整的文本位置。其实不止是空格,所有sheet值...
来源: Laya2.0_文档 发布时间: 20210715
...: boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node 节点对象 。 Returns boolean 一个布尔值表示是否包含指定的 Node 节点对象 。 customRender customRender(context:...
来源: Laya3.0_api 发布时间: 20231115
...,触发方法: private onSelect(index:number):void { console.log("当前选择的索引:" + index); //this.theItem = new DlgNote2(); //this.theItem.popup(); Laya.Scene.open("note2Dlg.scene"); } ——就是这里:我希望打开b的时候,a是在b的后面遮罩中存...
来源: Laya_社区 发布时间: 20190521
...ce Defined in laya/d3/physics/constraints/ConstraintComponent.ts:296 获得当前力 Parameters out: Vector3 Returns void getcurrentTorque getcurrentTorque(out: Vector3): void Inherited from ConstraintComponent.getcurrentTorque Defined in laya/d3/physics/constraints/ConstraintComponent.ts:318 获得...
来源: Laya3.0_api 发布时间: 20231115