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

大约有 483 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0089 秒)

321. laya.d3.physics.PhysicsTriggerComponent_API3.0 [ 58%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

322. 给以个对象绑定两个on方法为什么只能执行一次 ? [ 58%]

...个的一个方法,走进了第二方法里 请问有没有方法能够获取“鼠标是否处于按下状态”? layabox真的只能做棋牌吗?和flash比谁更强?本视频给你答疑解惑! 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板...

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

323. laya.map.MapLayer [ 58%]

...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cache...

来源: laya_api 发布时间: 20170929

324. laya.d3.physics.PhysicsCollider_API3.0 [ 58%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

325. 【简单跑酷--JS版】---Lv.2 之间的引用以及背景滚动实现 [ 57%]

...预加载资源都加载完毕的时候执行的函数//从资源来表中获取加载好的background图片纹理 var texture = Laya.loader.getRes('res/background.png'); //创建一个bg显示对象 var bg = new laya.display.Sprite(); //将上面的texture纹理绘制到bg图像里面 bg.graphics.d...

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

326. laya.d3.component.Animator_API3.0 [ 57%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

327. laya.ui.Clip [ 57%]

...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

328. 判断场景里是否存在模型? [ 57%]

...json文件。。竟然无法自动生成了? 请问有没有方法能够获取“鼠标是否处于按下状态”? 加载到舞台的3D模型不显示贴图 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ unity中的模型导...

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

329. laya.ui.UIComponent [ 57%]

...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

330. (实现手指控制模型的缩放旋转)触控可以识别 但是导入的模型没有根据触控反应 [ 57%]

...       this._text.text = "触控点为1";             //获取当前的触控点,数量为1             var touch = this._scene.input.getTouch(0);             //是否为新一次触碰,并未发生移动             if (this.first){    ...

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