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

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

811. box2d动态创建绑定多个关节报错 Node:the component is singleton,can't add the second one. [ 49%]

...现有这么一段判断单例组件的限制 __proto.addComponentIntance=function(comp){         if (comp.owner)             throw "Node:the component has belong to other node.";         if (comp.isSingleton && this.getComponent((comp).constructor))       ...

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

812. Uncaught RangeError: Source is too large 这个怎么解决,下面是具体的错误提示,希望有朋友提供下解决方法 [ 49%]

...ojects_D/LayaPrjs/2017_FilesLayouterManager/bin/h5/Main.max.js:6223:67) at Function.FrustumCulling.renderObjectCulling (file:///D:/Projects_D/LayaPrjs/2017_FilesLayouterManager/bin/h5/Main.max.js:6331:24) at Scene.__proto._preRenderScene (file:///D:/Projects_D/LayaPrjs/2017_FilesLayouterManager/bin/...

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

813. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 49%]

...837 Uncaught TypeError: Cannot read property 'props' of undefined     at Function.Laya3D._getSprite3DHierarchyInnerUrls (libs/laya.d3.js:1837)     at Loader.Laya3D._onHierarchylhLoaded (libs/laya.d3.js:1933)     at EventHandler.__proto.runWith (libs/laya.core.js:1628)     at Loader.__proto.e...

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

814. laya.media.VideoNode_API3.0 [ 49%]

...s type: string Optional data: any Returns void callLater callLater(method: Function, args?: any[]): void Inherited from Node.callLater Defined in laya/display/Node.ts:621 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 see #runCallLater() Pa...

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

815. laya.ui.Label_API3.0 [ 49%]

...例。 package { import laya.ui.Label; public class Label_Example { public function Label_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 onInit(); } private function onInit():void { var label:Label = new La...

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

816. 我说.... 我只是看看matter.js的刚体转不转... 然后... [ 49%]

...体转不转... 然后... Uncaught TypeError: primitive.beginFill is not a function   PS: 今日客服的姐姐貌似生理期... 让我自己调原生的matter.... 敢问调好了原生你的东西就一定能过吗? 好吧 既然这样我就联调咯... 然后就报错咯.... 反正这种我问...

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

817. LayaAir 寻路库,寻路路径错误 [ 49%]

...------------------------------------------------------------------- public function Grid(width_or_matrix:*, height:int, matrix:Array = null) 虽然as3不支持多个构造函数,但是也没必要用这种解决方法吧,包括Grid构造函数初始化的代码简直绕晕了 附件 : --> Astar....

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

818. config.jsh中无法使用confirm [ 49%]

...-2 浪货界扛把子 • 2018-01-16 12:04 @Monica: window.onLayaInitError=function(e) { console.log("onLayaInitError error=" + e); // alert("加载游戏失败,可能由于您的网络不稳定,请退出重进"); var Test=Laya.PlatformClass.createClass("com.ygames.buyug...

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

819. laya.ui.FontClip_API3.0 [ 48%]

...。 example private var _testTips:TestTipsUI = new TestTipsUI(); private function testTips():void { //简单鼠标提示 btn2.toolTip = "这里是鼠标提示<b>粗体</b><br>换行"; //自定义的鼠标提示 btn1.toolTip = showTips1; //带参数的自定义鼠标提示 clip.tool...

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

820. laya.display.Animation_API3.0 [ 48%]

...Loader; import laya.utils.Handler; public class Animation_Example { public function Animation_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 init();//初始化 } private function init():void { var animation...

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