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

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

191. MeshSprite3D.meshRender.boundingBox的用法 [ 67%]

...关于遮罩的用法,在哪块可以找到? Laya.URL.basePath与Laya.loader.load用法 const 用法 关于几种文本的区别与用法 能否恢复Animation.getGraphicBounds在1.6时的用法 Matrix4x4的decompose函数用法 clearRes好像没作用,或许我的用法不对 关于__JS__的...

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

192. 使用UrlLoader加载图片,flash获取data为byteArray,翻译成h5后data为image? [ 67%]

使用UrlLoader加载图片,flash获取data为byteArray,翻译成h5后data为image? package { import flash.display.Bitmap; import flash.display.Loader; import flash.display.Sprite; import flash.events.Event; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.UR...

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

193. swf播放有问题,遮罩动画不能用吗 [ 67%]

...; } private createMovieClip():void{ var mc:MovieClip = new MovieClip(); mc.load(this.SWFPath); mc.pos(0,0); Laya.stage.addChild(mc); } } } new laya.Animation_SWF(); Charles • 2018-01-08 13:51 支持遮罩动画吗?请帮忙看看我这个问题,https://ask.layabox.com/question/10417。转后...

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

194. MovieClip加载错误抛什么事件? [ 67%]

MovieClip加载错误抛什么事件? 加载完成抛loaded,如果加载错误抛什么?我需要加载错误后继续后面的其他资源加载,不知道抛什么错就没法继续。 package { import laya.ani.swf.MovieClip; import laya.display.Stage; import laya.events.Event; import laya...

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

195. 如何在ui里制作关键帧动画 [ 67%]

如何在ui里制作关键帧动画 比如我创建了一个loading界面,需要在loading界面里显示一个动画效果,只有这个界面会用到,但不知道怎么把多张图片对应到关键帧上 2017-07-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

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

196. 微信小游戏手动缓存管理,atlas依然不能从缓存读取 [ 67%]

...片是自动缓存的, 其他类型文件可以通过Laya.MiniAdpter.downLoadFile进行缓存   使用如下代码尝试缓存atlas文件Laya.ext.toCache = [ 'res/atlas/fonts.atlas', 'res/atlas/image/items.atlas', 'res/atlas/image/orb.atlas', 'animate/shiny.atlas', 'res/atlas/image/interface.atla...

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

197. 动画不显示 [ 67%]

...aya.utils.Timer;     import laya.display.Sprite;     import laya.net.Loader;     import laya.ui.TextArea;     import laya.resource.Texture;     import laya.maths.Point;     import laya.utils.Tween;     import laya.d3.resource.models.PrimitiveMesh;     import laya.debug.DebugP...

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

198. 调用动画结束on方法,报错this.zombieAnimator.on is not a function [ 67%]

...his.zombieAnimator.on is not a function 创建官方示例3D Laya.Sprite3D.load("res/threeDimen/skinModel/Zombie/Zombie.lh", Laya.Handler.create(this, function(zombie:Laya.Sprite3D):void { scene.addChild(zombie); this.zombieAnimator = (zombie.getChildAt(0) as Laya.Sprite3D).getComponent(Laya.Animato...

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

199. 在加载多个资源的时候,加载进度异常 [ 67%]

在加载多个资源的时候,加载进度异常 Laya.loader.load(["res/atlas/images.atlas", "res/atlas/f1.atlas", "res/atlas/f2.atlas", "res/atlas/f3.atlas", "res/atlas/f4.atlas", "res/atlas/f5.atlas"],   Laya.Handler.create(this, function(){ }),  Laya.Handler.create(this, function(e){    c...

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

200. 图集打包后使用Texture不显示,项目整个已经传上来了 [ 67%]

...成的回调里去获取你的texture并drawTexture // 程序入口 import Loader = Laya.Loader; import Texture = Laya.Texture; import Handler = Laya.Handler; class GameMain{ constructor() { Laya.init(600,400); this.hahaha(); } private hahaha(): void { var assets: Array<any> = []; assets.push(...

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