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

大约有 365 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0038 秒)

51. laya.d3.component.Script [ 75%]

...mentationAll Packages | All Classes | Index | Frames No Frames ScriptProperties | Methods | Events Packagelaya.d3.componentClasspublic class ScriptInheritanceScript Component3D EventDispatcher Object Script 类用于创建脚本的父类。 Public Properties Hide Inherited Public Properties...

来源: laya_api 发布时间: 20170929

52. 加载prefab的代码编译失败,提示“Property 'transform' does not exist on type 'Node'” [ 75%]

加载prefab的代码编译失败,提示“Property 'transform' does not exist on type 'Node'” 我从unity工程导出prefab到layaair中使用,根据文档中的介绍,使用如下代码加载prefab资源,             Laya.Sprite3D.load("res/prefabs/Conventional/SampleScene.lh", Laya...

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

53. touches一直为undefined [ 75%]

touches一直为undefined Laya.stage.on(Laya.Event.MOUSE_DOWN, this, onCtrlMoveRockerTouchDown); ......   function onCtrlMoveRockerTouchDown(e) {     console.log("onCtrlMoveRockerTouchDown()");     var touches = e.touches;     if(touches) {     ...取出前两个touch进行计算     } }...

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

54. laya.d3.component.physics.Collider [ 74%]

...ntationAll Packages | All Classes | Index | Frames No Frames ColliderProperties | Methods | Events Packagelaya.d3.component.physicsClasspublic class ColliderInheritanceCollider Component3D EventDispatcher ObjectSubclasses BoxCollider, MeshCollider, SphereCollider Collider 类用于创建碰...

来源: laya_api 发布时间: 20170929

55. laya.d3.component.AttachPoint [ 74%]

...tionAll Packages | All Classes | Index | Frames No Frames AttachPointProperties | Methods | Events Packagelaya.d3.componentClasspublic class AttachPointInheritanceAttachPoint Component3D EventDispatcher Object AttachPoint 类用于创建挂点组件。 Public Properties Hide Inherited Publi...

来源: laya_api 发布时间: 20170929

56. this.btClose1.on(Laya.Event.CLICK,null,this.close);报错 [ 73%]

this.btClose1.on(Laya.Event.CLICK,null,this.close);报错 this.btClose1.on(Laya.Event.CLICK,null,this.close); 这句代码报错  附件 : --> 2017-06-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueyin...

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

57. laya.net.HttpRequest [ 73%]

...tionAll Packages | All Classes | Index | Frames No Frames HttpRequestProperties | Methods | Events Packagelaya.netClasspublic class HttpRequestInheritanceHttpRequest EventDispatcher Object HttpRequest 通过封装 HTML XMLHttpRequest 对象提供了对 HTTP 协议的完全的访问,包括...

来源: laya_api 发布时间: 20170929

58. 报错:Failed to execute 'shaderSource' on 'WebGLRenderingContext' [ 73%]

报错:Failed to execute 'shaderSource' on 'WebGLRenderingContext' 运行期间,概率出现报错:Uncaught TypeError: Failed to execute 'shaderSource' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.   观察代码,疑似是因为Shader._createShader方法中,调用...

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

59. Laya2.0 beta3 Animator 中的 on 事件 怎么没了 [ 73%]

Laya2.0 beta3 Animator 中的 on 事件 怎么没了 示例 里面 居然有  var ani:Laya.Animator = hero.getChildAt(0).getComponent(Laya.Animator);//监听默认动画完成后播放站立动画ani.on(Laya.Event.COMPLETE,this,this.onAniComplete,[ani]);   可是 实际上并没有啊。 没有 o...

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

60. laya.net.HttpRequest [ 73%]

...tionAll Packages | All Classes | Index | Frames No Frames HttpRequestProperties | Methods | Events Packagelaya.netClasspublic class HttpRequestInheritanceHttpRequest EventDispatcher Object HttpRequest 通过封装 HTML XMLHttpRequest 对象提供了对 HTTP 协议的完全的访问,包括...

来源: Laya2.0_api 发布时间: 20190513