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

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

91. 骨骼动画加载字节读取报错 [ 57%]

...ragonBonesPro 导出 然后laya转换后 读取报错 Uncaught RangeError: Offset is outside the bounds of the DataView 附件 : --> 10000.zip 2017-02-23 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying ...

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

92. laya.d3.math.Vector3 [ 56%]

...(nativeElements:Float32Array = null):voidVector3  fromArray(array:Array, offset:int = 0):void 从Array数组拷贝值。 Vector3  lerp(a:Vector3, b:Vector3, t:Number, out:Vector3):void[static] 插值三维向量。 Vector3  max(a:Vector3, b:Vector3, out:Vector3):void[static] 分别取两个三...

来源: Laya2.0_api 发布时间: 20190513

93. laya的drawToTexture太坑 [ 55%]

...ite)的x, y给减掉了, 所以我只能每次在drawToTexture的两个offset参数里, 把x, y参数都加回去。   只是想吐槽一下, @官方, 这样的做法是不是很坑?   源码如下, 我要画一个view的残影, 就叫shadow吧:   let bounds = view.getSelfBo...

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

94. 缓动-时间线 [ 55%]

...nt = Laya.Event; this.timeLine = new TimeLine(); // addLabel(label:String, offset:Number) offset: 标签事件相对于上个动画的偏移时间(单位:毫秒) this.timeLine.addLabel("turnRight", 0).to(this.target, {x:450, y:100, scaleX:0.5, scaleY:0.5}, 2000, null, 0) .addLabel("turnDown", 0).t...

来源: Laya2.0_示例 发布时间: 20240930

95. 输入文本组件 · LayaAir3.0文档 · LAYABOX [ 55%]

...ss UI_Input extends Laya.Script { private SPACING: number = 100; private Y_OFFSET: number = 50; private skins: any[]; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { this.skins = ["resources/res...

来源: Laya3.0_文档 发布时间: 20230629

96. 加載swf動畫報錯,swf無代碼純動畫 [ 55%]

....swf"); Laya.stage.addChild(mc);    報錯如下: Uncaught RangeError: Offset is outside the bounds of the DataView   上傳的有fla及swf文件,請幫忙看看是哪裡出的問題,謝謝。 附件 : --> swf.zip 2016-08-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...

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

97. 关于graphics.fillTexture,该api只能填充矩形的,请问有其他方法能填充圆形的吗? [ 55%]

...mber, y:Number, width:Number = 0, height:Number = 0, type:String = repeat, offset:Point = null):void 用该方法实现图片填充效果,但是目前需要用圆形的,但是又找不到能用圆形填充api的方法,请问这个有办法能解决吗? 并且我在填充的时候可能会...

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

98. 升级引擎到1.7.19.1beta List报错问题 [ 55%]

...错,希望Laya技术留意下;   解决方案: 需要把_cells和_offset放置到super.call()前 附件 : --> 2018-08-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: Calvin ok,是...

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

99. 在2.0中如何将Browser.createElement('canvas')转为可用的Texture [ 54%]

...本显示有问题时会出现[.WebGL-0000000013F60010] GL_INVALID_VALUE: Offset overflows texture dimensions. Unity3d导出模型时 报错:LayaAir3D UnityPlugin prefab can't export You should check the texture file format texture资源卸载再加载会闪 问题状态 最新活动: 2019-04-12 0...

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

100. laya.d3.math.Native.ConchVector3 [ 54%]

...两个三维向量是否相等。 ConchVector3  fromArray(array:Array, offset:int = 0):void 从Array数组拷贝值。 ConchVector3  lerp(a:ConchVector3, b:ConchVector3, t:Number, out:ConchVector3):void[static] 插值三维向量。 ConchVector3  max(a:ConchVector3, b:ConchVector3, out:ConchVe...

来源: Laya2.0_api 发布时间: 20190513