大约有 817 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0067 秒)
Laya_社区(549) Laya3.0_api(133) laya_api(54) Laya2.0_api(51) Laya2.0_文档(21) Laya3.0_文档(7) Laya2.0_示例(1) Laya_示例(1)
...nceAnimationClip laya.resource.Resource AnimationClip 类用于动画片段资源。 Public Properties PropertyDefined By islooping : Boolean是否循环。AnimationClipPublic Methods MethodDefined By AnimationClip() 创建一个 AnimationClip 实例。 AnimationClip load(url:String):Ani...
来源: laya_api 发布时间: 20170929
使用IDE打包图集工具出来的atlas,调用clearRes无法卸载资源 加载时时这样调用 Laya.loader.load("res/MainBlood.atlas", Laya.Handler.create(this, this.onAtlasLoaded), null, Laya.Loader.ATLAS); 卸载时这样 Laya.loader.clearRes("res/MainBlood.atlas");在Laya.Loader.loadedMap...
来源: Laya_社区 发布时间: 20180305
...unction start():void { //加载swf图集资源,只需要加载image.json即可,具体结构请参考附件 Laya.loader.load([{url: "res/atlas/flicker/image.json", type: Loader.ATLAS}], Handler.create(this, onLoaded)); } ...
来源: Laya_社区 发布时间: 20170608
...的图片,加载后会自动打到大图合集下,无需清理不掉该资源,引擎会自动判断,当内存大于最大上限阀值时,将旧的资源进行销毁 其它的你可以用Laya.loader.clearRes()清理 2017-10-19 0 0 分享 微博 QZONE 微信 laya21126 赞同来自: 这个“...
来源: Laya_社区 发布时间: 20171019
...的。Sprite gray : Boolean 是否变灰。UIComponent group : String 资源分组。 Image height : Number[override] 显示对象的高度,单位为像素,默认为0。 此高度用于鼠标碰撞检测,并不影响显示对象图像大小。需要对显示对象的图像进行缩放...
来源: Laya2.0_api 发布时间: 20190513
3d特效克隆时,在手机会现卡顿情况,特效资源已经提前在加载 特效资源已经提前在加载,但克隆出现卡顿(手机浏览器),代码如下 求解 /** * 是否需要分组。 * 分组资源在地图变化时自动销毁 ...
来源: Laya_社区 发布时间: 20180601
...ted Menu Globals "laya/resource/Resource" Resource Class Resource Resource 资源存取类。 Hierarchy EventDispatcher Resource BaseTexture BaseShader TextTexture HTMLCanvas BitmapFont Prefab Material Mesh Texture AtlasResource AnimationClip AnimatorController AnimationClip2D AnimatorController2D T...
来源: Laya3.0_api 发布时间: 20231115
...现的。Sprite gray : Boolean 是否变灰。Component group : String 资源分组。 Image height : Number[override] 表示显示对象的高度,以像素为单位。 注:当值为0时,高度为自适应大小。 Image hitArea : * 可以设置一个Rectangle区域作为点击区域...
来源: laya_api 发布时间: 20170929
...Object Loader 类可用来加载文本、JSON、XML、二进制、图像等资源。 Public Properties PropertyDefined By cache : Boolean[read-only] 是否缓存。Loader data : *[read-only] 返回的数据。Loader maxTimeOut : int = 100[static] 每帧回调最大超时时间,如果超...
来源: laya_api 发布时间: 20170929
... PropertyDefined By defaulteTexture : BaseTexture[read-only] 获取纹理资源。 BaseTexture format : int[read-only] 纹理格式 BaseTexture grayTexture : SolidColorTexture2D[static] 灰色纯色纹理。SolidColorTexture2D height : int[read-only] 获取高度。 BaseTexture magentaText...
来源: laya_api 发布时间: 20170929