大约有 132 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0032 秒)
Laya_社区(74) Laya3.0_api(26) Laya2.0_文档(21) Laya3.0_文档(4) Laya_示例(3) Laya2.0_示例(2) laya_api(1) Laya2.0_api(1)
...s void clear clear(): void Defined in laya/particle/emitter/EmitterBase.ts:75 清理当前的活跃粒子 Returns void emit emit(): void Defined in laya/particle/emitter/EmitterBase.ts:83 发射一个粒子 Returns void start start(duration?: number): void Defined in laya/particle/emitter/EmitterBas...
来源: Laya3.0_api 发布时间: 20231115
... Defined in laya/d3/RenderObjs/NativeOBJ/NativeRenderGeometryElementOBJ.ts:75 Returns DrawType Defined in laya/d3/RenderObjs/NativeOBJ/NativeRenderGeometryElementOBJ.ts:71 Parameters value: DrawType Returns void indexFormat get indexFormat(): IndexFormat set indexFormat(value: IndexFormat): void Def...
来源: Laya3.0_api 发布时间: 20231115
...] 与 J 键的键控代码值 (74) 关联的常数。Keyboard K : int = 75[static] 与 K 键的键控代码值 (75) 关联的常数。Keyboard L : int = 76[static] 与 L 键的键控代码值 (76) 关联的常数。Keyboard LEFT : int = 37[static] 与向左箭头键的键控代码值 (37) ...
来源: laya_api 发布时间: 20170929
...] 与 J 键的键控代码值 (74) 关联的常数。Keyboard K : int = 75[static] 与 K 键的键控代码值 (75) 关联的常数。Keyboard L : int = 76[static] 与 L 键的键控代码值 (76) 关联的常数。Keyboard LEFT : int = 37[static] 与向左箭头键的键控代码值 (37) ...
来源: Laya2.0_api 发布时间: 20190513
....addChild(camera); camera.transform.rotationEuler = new Laya.Vector3(-32, -75, 0); camera.transform.position = new Laya.Vector3(-8.2, 5.3, 2.2); var modelViewer = camera.addComponent(ModelViewer); modelViewer.AroundPos = Laya.Vector3._ZERO; var directionLight = (scene_360 as Laya.Node).getChildByNam...
来源: Laya_社区 发布时间: 20190813
...会影响前面的画线 ,附件里面有出错的视频。 44CA5B502F2D6D475F75DFEAFBB971E9.zip 2020-10-09 0 0 分享 微博 QZONE 微信 Yangcy 赞同来自: demo tsProjectXiangPiCa.zip 2020-10-09 0 0 分享 微博 QZONE 微信 kylin 赞同来自: 1) 你实现的方式并不合理,mousemove...
来源: Laya_社区 发布时间: 20200924
...3.js:2143:4) at new Main (file:///D:/works/laya/3dTest/bin/js/bundle.js:75:32) at Object.2../GameConfig (file:///D:/works/laya/3dTest/bin/js/bundle.js:125:1) at o (file:///D:/works/laya/3dTest/bin/js/bundle.js:11:265) at r (file:///D:/works/laya/3dTest/bin/js/bundle.js:11:431) at file...
来源: Laya_社区 发布时间: 20190806
...Sender = 0} D/IC5 ( 4543): readEventLogs : User_activity-->1489977325537753559 :com.yunos.tv.homeshell D/IC5 ( 4543): readEventLogs : am_on_paused_called--> packnameString = 1489977325752612684 :com.yunos.tv.homeshell D/IC5 ( 4543): readEventLogs : am_on_resume_called--> packnameString = 14...
来源: Laya_社区 发布时间: 20170320
...ite3D.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createCone(0.25, 0.75))); cone.transform.position = new Laya.Vector3(-2.0, 0.375, 0.6); //平面 var plane = sprite3D.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createPlane(6, 6, 10, 10))); ``` 效果如图1: (图1)
来源: Laya2.0_文档 发布时间: 20210715
...apsule(0.25, 1, 10, 20); //圆锥体 Laya.PrimitiveMesh.createCone(0.25, 0.75); //平面 Laya.PrimitiveMesh.createPlane(6, 6, 10, 1)); 创建好的对象是Mesh网格,如果想要创建出场景中能看到的Sprite3D对象,我们还需要为其添加组件。 3.1.2 MeshFilter & MeshRenderer...
来源: Laya3.0_文档 发布时间: 20251010