大约有 3,617 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0099 秒)
Laya_社区(2682) Laya3.0_api(265) Laya2.0_文档(227) Laya2.0_api(113) Laya3.0_文档(104) laya_api(98) Laya_示例(83) Laya2.0_示例(45)
...nder/BaseRender.ts:215 interface Optional _singleton _singleton: boolean = true Inherited from Component._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/compon...
来源: Laya3.0_api 发布时间: 20231115
...nder/BaseRender.ts:215 interface Optional _singleton _singleton: boolean = true Inherited from Component._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/compon...
来源: Laya3.0_api 发布时间: 20231115
...4-22 18:21:18.898822+0800 layabox[3608:626785] isplug:true 2020-04-22 18:21:18.898933+0800 layabox[3608:626785] ====================================================== 2020-04-22 18:21:18.899107+0800 layabox[3608:626785] require(/sdcard/layabox/scripts/promise.js) 2020-04-22 ...
来源: Laya_社区 发布时间: 20200422
...nder/BaseRender.ts:215 interface Optional _singleton _singleton: boolean = true Inherited from Component._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/compon...
来源: Laya3.0_api 发布时间: 20231115
... skeleton.scale(.5, .5); skeleton.play(0, true); }); template.loadAni("res/bone/alien.sk"); })); ``` 一定要注意的就是,文本文件打包后加载的类型是plf( `type: "plf"`)、二进制...
来源: Laya2.0_文档 发布时间: 20210714
...\/timg2.jpg", "name":"jpgmap", "opacity":1, "type":"imagelayer", "visible":true, "x":0, "y":0 }, { "data":[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
来源: Laya_社区 发布时间: 20170920
...arget: Vector3, up: Vector3, isLocal: boolean = false, isCamera: boolean = true): void 同样,我们在3D-RPG项目中,通过鼠标点击来切换所见区域,代码如下: //CameraControll.ts类脚本中,添加3个节点对象,把3个不同的房子建筑拖入到属性中 @property( { ...
来源: Laya3.0_文档 发布时间: 20251010
...--allow-file-access-from-files", "--disable-web-security" ], "sourceMaps": true, "webRoot": "${workspaceRoot}", "userDataDir": "${workspaceRoot}/.laya/chrome", "sourceMapPathOverrides": { "src/*": "${workspaceRoot}/src/*" } } ] } ``` > 需要重点注意的是, > > 在runtimeArgs里,之前LayaAi...
来源: Laya2.0_文档 发布时间: 20210715
...当前浏览器不支持"); } else { showMessage(); var options = { audio: true, video: { facingMode: { exact: "environment" }, // 后置摄像头,默认值就是,不设至也可以。 width: Laya.stage.width, height: Laya.stage.height } }; Laya.Media.getMedia(options, Laya.Handler.create(this, ...
来源: Laya2.0_文档 发布时间: 20210714
...settled (1300) E/LayaGameEngine: game_plugin_set_option key=localize value=true E/LayaGameEngine: game_plugin_set_option key=gameUrl value=http://stand.alone.version/index.html D/LayaGameEngine: game_plugin_init url =http://stand.alone.version/index.html D/LayaGameEngine: url=http://stand.alone.vers...
来源: Laya_社区 发布时间: 20171218