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

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

341. can not read property "elements" of underfined [ 73%]

...nts;   附件 : --> 2019-02-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 可能是某些调用时机有问题,这个截图信息少看不出来 2019-02-27 0 0 分享 微博 QZONE ...

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

342. 苹果上架有问题啊 , !!!!!! [ 73%]

...问题 附件 : --> 2017-12-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 wudi199553 赞同来自: 能把Demo和完整的日志发过来么 2017-12-21 0 0 分享 微博 QZONE 微信 wuzhen5201314 赞同来自:...

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

343. Uncaught TypeError: Game.super is not a function [ 73%]

Uncaught TypeError: Game.super is not a function var Game = (function(_super){ function Game() { Game.super(this); } Laya.ClassUtils(Game,"Game",_super) return Game; })(ui.GameUI) 2017-10-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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

344. 安卓和iPhone的触控差异 [ 73%]

安卓和iPhone的触控差异 实现类似飞机大战一边滑动一边施放技能 写法如下: stage.on(Event.MOUSE_DOWN, this, onMouseDown); private function onMouseDown(e:Event = null):void { var touches:Array = e.touches; if (touches) { moveX = touches[0].stageX stage.on(Event.MOUSE_MOVE,...

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

345. laya.resource.VideoTexture_API3.0 [ 73%]

Search Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/resource/VideoTexture" VideoTexture Class VideoTexture VideoTexture 多媒体纹理 Hierarchy BaseTexture VideoTexture Index Constructor...

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

346. Sprite-切换纹理 [ 73%]

...TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var Texture = Laya.Texture; var Browser = Laya.Browser; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var texture1 = "../../res/apes/monkey2.png"; var texture2 = ...

来源: Laya_示例 发布时间: 20241118

347. UI编辑器里按钮事件 onClick怎么使用 [ 73%]

UI编辑器里按钮事件 onClick怎么使用 UI编辑器里按钮事件 onClick怎么使用? 我在onClick框里填 "toLogin",toLogin是一个续承于该页面相对应生成的View类的子类里的一个function。 在我实际运行时一点击该按钮,就报出 "toLogin is not defined"  ...

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

348. Sprite-遮罩-放大镜 [ 73%]

...TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var Browser = Laya.Browser; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var maskSp; var bg2; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(1...

来源: Laya_示例 发布时间: 20241118

349. 全屏请求问题!!!求救啊!!求救啊!! [ 73%]

...屏请求问题!!!求救啊!!求救啊!! this.fullScreen_btn.on(Laya.Event.CLICK, this, this.onFullScreen, null); _proto.onFullScreen = function () { toggleFullscreen(); };       function launchIntoFullscreen(element) { var element = document.documentElement; if (element.requestFu...

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

350. 我想给一段文字添加个点击事件,点击后文字会出现放大缩小的效果,要怎样才能实现 [ 73%]

...怎样才能实现 2018-08-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: on 一个点击事件,如果文字加不上,就给他父节点加一个,指定一下尺寸,然后在 ...

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