大约有 395 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0065 秒)
...IDE的帧属性面板不见了 游戏运行在chrome里面 听不见声音 IOS系统内嵌H5游戏,退到后台,等几秒返回音乐音效全无 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 预设怎么在代码中使用 ide 2.4 layaair2-c...
来源: Laya_社区 发布时间: 20200103
....StageReferance; public class Main { private var _view:Sprite; public function Main() { Config.isAntialias = true;//抗锯齿 //初始化引擎 Laya.init(1024, 768); //Stat.show(); Laya.stage.bgColor = "#ccc"; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.s...
来源: Laya_社区 发布时间: 20180319
/clang:-1: linker command failed with exit code 1 (use -v to see invocation) 解了一天最后解到这里 /clang:-1: linker command failed with exit code 1 (use -v to see invocation) 相关的库都已经引入了,我的是Swift项目, 测试发现,关闭这里就不报错了 //conch...
来源: Laya_社区 发布时间: 20190508
...61 6514-6514/com.vivo.vs I/WebViewFactory: Loading com.android.webview version 37 (eng.compiler-arm64) (code 199992) 10-13 17:31:15.861 6514-6514/com.vivo.vs I/LibraryLoader: Loading: webviewchromium 10-13 17:31:15.871 6514-6514/com.vivo.vs I/LibraryLoader: Time to load native libraries: 3 ms (times...
来源: Laya_社区 发布时间: 20181013
...nt; import flash.net.URLRequest; import flash.system.ApplicationDomain; import flash.system.LoaderContext; import flash.system.Capabilities; public class Main extends Sprite { public function Main():void { if ...
来源: Laya_社区 发布时间: 20170317
...Avg: 222.680us Max: 1613us DALVIK THREADS (140): "Signal Catcher" daemon prio=5 tid=2 Runnable | group="system" sCount=0 dsCount=0 obj=0x32c070a0 self=0xaebd7000 | sysTid=16095 nice=0 cgrp=default sched=0/0 handle=0xb420b930 | state=R schedstat=( 55770310 3145521 28 ) utm=0 stm=5 core=0 HZ=...
来源: Laya_社区 发布时间: 20190531
...一个简单的场景 如果我旋转图中 方框指示的sprite3d的rotation,会导致子物体TargetGuard的transform.position不正确,好像子节点属于的坐标系变动了? 比如说,绳子不旋转的时候,我在代码中动下面圆盘的transform.positionthis.block = s.get...
来源: Laya_社区 发布时间: 20171228
...haredCanvas不是Laya的canvas导致的问题 https://ask.layabox.com/question/12349 这是官方提供的代码 微信主域代码: Laya.timer.once(400,this,function():void{ var rankTexture:Texture = new Texture(Browser.window.sharedCanvas); rankTexture.bitmap.alwaysChange = true;//小游戏使...
来源: Laya_社区 发布时间: 20180504
...1 01-29 14:08:22.599 12064-12104/? I/LayaBox: alert=http://stand.alone.version/lib ... js:1: TypeError: Cannot read property 'createTexture' of null s.completeCreate()},n.disposeResource=function(){this._source&&(V.mainContext...
来源: Laya_社区 发布时间: 20180129
打包成APK运行一半崩溃 http://ask.layabox.com/question/3930 我试过了把声音屏蔽掉,只要动画播放一多,就会崩溃掉,我的动画都是图集播放,同时播放多个,在浏览器测试是没有问题的,不管是收集还是PC端都没有问题,但是打成APK...
来源: Laya_社区 发布时间: 20170411