大约有 686 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
..._proto._loop (HMain.max.js:16892) at loop (HMain.max.js:5472) private function createTimerLine():void { timeLine.addLabel("turnRight",0).to(target,{x:450, y:100, scaleX:0.5, scaleY:0.5},2000,null,0) .addLabel("turnDown",0).to(target,{x:450, y:300, scaleX:0.2, scaleY:1, alpha:1},2000,null,0) .ad...
来源: Laya_社区 发布时间: 20170327
...class Btn { private var _owner:Sprite; private var _isScal:Boolean; public function Btn() { trace("btn的附加类已经开始执行"); } //设置owner函数,可以直接获取到Button组件的实例 public function set owner(v:Sprite):void { _owner = v; //由于时序问题,我们需要在此...
来源: Laya_社区 发布时间: 20161014
HTMLDivElement中image标签多次赋值报错 报错信息 代码段(function() { var Stage = Laya.Stage; var HTMLDivElement = Laya.HTMLDivElement; var Browser = Laya.Browser; var WebGL = Laya.WebGL; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.cli...
来源: Laya_社区 发布时间: 20180808
...出的错误提示为: Uncaught TypeError: tex.once is not a function at Graphics.__proto.drawTexture (laya.core.js:1438) at onloaded (laya.core.js:1737) at Graphics.__proto.loadImage (laya.core.js:1733) at Function.Animation.create...
来源: Laya_社区 发布时间: 20171015
... Laya.loader.load("res/dreams.mp3",Laya.Handler.create(this,function(){ dreamsSound = Laya.SoundManager.playMusic("res/dreams.mp3") })) let mainSound:Laya.SoundChannel = null; this.btn_sound.on(Laya.Event.CLICK,...
来源: Laya_社区 发布时间: 20190716
...报错 window is not defined 导微信小程序报错window.focus is not a function 小游戏项目 加载有中文的json文件 报错 LayaAir 3D 有提供 3D 物理引擎功能吗? 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 2.2.0beta4...
来源: Laya_社区 发布时间: 20160507
...ollisionObject' of undefined 导微信小程序报错window.focus is not a function 本地调试加载本地图片都报错 问题状态 最新活动: 2023-11-22 16:53 浏览: 265 关注: 1 人
来源: Laya_社区 发布时间: 20231122
... Unexpected token in JSON at position 266;at api readFile success callback function SyntaxError: Unexpected token in JSON at position 266 at JSON.parse (<anonymous>) at Function.MiniAdpter.getJson (http://127.0.0.1:31158/game/code.js:21236:15) at Function.MiniLoader.onReadNat...
来源: Laya_社区 发布时间: 20190422
...开发者工具打开报错 导微信小程序报错window.focus is not a function 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined 问题状态 最新活动: 2019-01-05 16:20 浏览: 1427 关注: 3 人 kylin • 2019-01-05 16:41 我用你的代码...
来源: Laya_社区 发布时间: 20190105
... public class LayaUISample { public function LayaUISample() { //初始化引擎 Laya.init(600, 400); start(); } private function start():void { ...
来源: Laya_社区 发布时间: 20170608