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

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

111. laya.d3.component.animation.RigidAnimations [ 69%]

... : AnimationPlayer[read-only] 获取动画播放器。 KeyframeAnimations started : Boolean是否已执行start函数。Component3D  templet : AnimationTemplet[override] RigidAnimations  url : String[override] [write-only] 设置url地址。 RigidAnimationsProtected Properties Hide Inherited Pr...

来源: laya_api 发布时间: 20170929

112. laya.d3.component.physics.MeshCollider [ 69%]

...wner : ComponentNode[read-only] 获取所属Sprite3D节点。 Component3D started : Boolean是否已执行start函数。Component3DPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  MeshCollider() 创建一个 SphereCollider 实例。 MeshCollider  _in...

来源: laya_api 发布时间: 20170929

113. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 69%]

...js中的对象。 var client:Object = new Browser.window.Demo1(); client.start(); } script.onerror = function():void { //加载错误函数 } Browser.document.body.appendChild(script); } } } ``` 然后在新建一个js文件,简单代码如下: ```javascript var Demo1=(function(){ function Clien...

来源: Laya2.0_文档 发布时间: 20210715

114. 正常运行的2.1升级到2.2.0出现循环依赖的错误,这是咋回事丫 ? [ 69%]

...\Users\Administrator\Personal\myLaya2.2\Client\.laya\compile.js [16:39:18] Starting 'tsc'... [16:39:18] Starting 'CopyNoneTSFile'... [16:39:18] Finished 'CopyNoneTSFile' after 169 ms error { Error: Command failed: D:\laya\2.2.0\resources\app\node_modules\.bin\tsc.cmd -b "D:\Users\Administrator\Perso...

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

115. laya.html.XMLIterator_API3.0 [ 69%]

...te getRawText getTagSource getText nextTag parseAttributes CDATA_END CDATA_START COMMENT_END COMMENT_START Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

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

116. laya.d3.component.animation.SkinAnimations [ 69%]

... : AnimationPlayer[read-only] 获取动画播放器。 KeyframeAnimations started : Boolean是否已执行start函数。Component3D  templet : AnimationTemplet[override] SkinAnimations url : String[write-only] 设置url地址。 KeyframeAnimationsProtected Properties Hide Inherited Protected Pro...

来源: laya_api 发布时间: 20170929

117. 在LayaIDE中下载的运行器启动报错 [ 69%]

...3-19 15:01:04.986 15556-15556/? E/LayaConch5: plugin-----------------EngineStart() = /data/data/com.layabox.conch5//LayaCache/localstorage 03-19 15:01:05.101 15556-15556/? E/SysUtils: ApplicationContext is null in ApplicationStatus 03-19 15:01:05.326 15556-15556/? E/0: ==============Java流程 Flash...

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

118. 和原生Dom交互 · LayaAir3.0文档 · LAYABOX [ 68%]

...个js中的对象 var client:any = new Laya.Browser.window.Demo1(); client.start(); } script.onerror = function():void{ //加载错误函数 } Laya.Browser.document.body.appendChild(script); } } new Main; 然后再新建一个js文件,简单代码如下: var Demo1 = (function () { function Clien...

来源: Laya3.0_文档 发布时间: 20230629

119. laya2 物理引擎好多问题 [ 68%]

...og('********');  Laya.timer.once(500,this,function(){ // Laya.Scene.load('start.json'); Laya.Scene.open('start.json'); })   2019-07-21 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 ...

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

120. layaair2-cmd编译报错task无compile [ 68%]

...信 清水煮豆 赞同来自: 我发现是 gulp.task的gulp实例与 gulp.start调用的gulp实例分别是俩个node_module里的gulp实例  gulp.task将注册的compile注册到了layaarir2-cmd的node_modules里的gulp实例上 实际上gulp.start调用的时候是项目工程目录下node_modul...

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