大约有 367 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0065 秒)
Laya3.0_api(137) Laya_社区(80) Laya2.0_api(65) laya_api(54) Laya2.0_文档(19) Laya3.0_文档(9) Laya2.0_示例(3)
...); } var tActionID; function changeAction() { tActionID++; var aniCount; //获取动画动作数量 aniCount=skeleton.getAnimNum(); tActionID=tActionID%aniCount; //显示当前要播放的动画名 text.text=skeleton.getAniNameByIndex(tActionID); //切换播放的动画 skeleton.play(tActionID,true)...
来源: Laya2.0_文档 发布时间: 20210715
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...
来源: Laya3.0_api 发布时间: 20231115
...tring Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static ALPHATESTVALUE ALPHATESTVALUE: number Inherited from Material.ALPHATESTVALUE De...
来源: Laya3.0_api 发布时间: 20231115
...tring Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static ALPHATESTVALUE ALPHATESTVALUE: number Inherited from Material.ALPHATESTVALUE De...
来源: Laya3.0_api 发布时间: 20231115
...tring Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static ALPHATESTVALUE ALPHATESTVALUE: number Inherited from Material.ALPHATESTVALUE De...
来源: Laya3.0_api 发布时间: 20231115
...正常,发布到移动端不显示模型,但是顶点数面数都有 怎样获取浏览器地址传过来的GET参数 问题状态 最新活动: 2017-07-26 23:14 浏览: 3205 关注: 5 人 cuixueying • 2017-08-01 10:24 你可以参考下:https://ldc.layabox.com/doc/?nav=zh-as-3-1-2 做下资源...
来源: Laya_社区 发布时间: 20170502
...el内容较多时 真机上报错larger than MAX_TEXTURE_SIZE (4096) 怎么获取屏幕的size,这个size是包括屏幕的高度和宽度的 Cannot read property 'call' of undefined google 调试的时候一直打印cache bitmap size larger than 2048,cache ignored 问题状态 最新活动: 2020-...
来源: Laya_社区 发布时间: 20201110
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite...
来源: Laya2.0_api 发布时间: 20190513
...(不用循环可以用直接用变量名,用了循环就不知道怎么获取了) 现在勉强这样实现了,但觉得不应该这样弄,求指点: private function showPic():void { apesCtn=new Sprite() Laya.stage.add...
来源: Laya_社区 发布时间: 20161023
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 canvasDegree canvasDegree: number = 0 Defined in laya/display/Stage.ts:126 画布的旋转角度。...
来源: Laya3.0_api 发布时间: 20231115