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

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

901. 缓动 · LayaAir3.0文档 · LAYABOX [ 71%]

缓动一、概述二、Ease2.1 匀速运动(linearIn)2.2 加速运动(expoIn)2.3 快速加速运动(strongIn)2.4 往后再反向(backIn)三、Tween3.1 常用API介绍3.2 参数说明3.3 缓动实例3.4 理解Props参数3.5 理解缓动持续时间(duration)与延迟执行(del...

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

902. laya.resource.Texture2D [ 71%]

...nherited Public Constants ConstantDefined By FILTERMODE_BILINEAR : int = 1[static] 寻址模式_不循环。BaseTexture FILTERMODE_POINT : int = 0[static] 寻址模式_重复。BaseTexture FILTERMODE_TRILINEAR : int = 2[static] 寻址模式_不循环。BaseTexture FORMAT_ALPHA8 : int = 2[static...

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

903. 3D骨骼动画在laya里不运行 [ 71%]

...laya,动画不运行,帮忙看看什么原因 附件 : --> MonsterGroup1.zip 2019-05-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 bpmf_d 赞同来自: 可能是unity的版本太高导致的  推荐使用...

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

904. laya.ui.List [ 71%]

...d Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component  array : Array 列表数据源。 List autoSi...

来源: laya_api 发布时间: 20170929

905. laya.ui.ComboBox [ 71%]

... 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值...

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

906. 骨骼动画-换装 [ 71%]

... onError() { trace("error"); } function parseComplete() { //创建模式为1,可以启用换装 mArmature = mFactory.buildArmature(1); mArmature.x = mStartX; mArmature.y = mStartY; Laya.stage.addChild(mArmature); mArmature.on(Event.STOPPED, this, completeHandler); play(); changeSkin(); Laya.timer....

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

907. Native1.0.1 无法连接wss [ 71%]

Native1.0.1 无法连接wss 如题, Naitve无法连接wss 示例代码如下: const url = "wss://xxx.com:8888"; this.socket = new Laya.Socket(); this.socket.endian = Laya.Byte.BIG_ENDIAN; this.socket.on(Laya.Event.OPEN, this, this.onConnectSuccess); this.socket.on(Laya.Event.CLOSE, this, this.onDis...

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

908. 射线检测-点击行走 [ 71%]

...()); //初始化照相机 var camera = scene.addChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 2, 5)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); camera.clearColor = null; //方向光 var directionLight = scene.addChild(new Laya.DirectionL...

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

909. 对话框点击空白处无法关闭 [ 71%]

对话框点击空白处无法关闭 IDE版本1.7.15这是我在编辑模式发布的一个对话框var testUI=(function(_super){ function testUI(){ testUI.__super.call(this); } CLASS$(testUI,'ui.testUI',_super); var __proto__=testUI.prototype; __proto__.createChildren=function(){ laya.ui.Component...

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

910. Unity插件导出后,Transform3D的getForward和getRight让人莫名奇妙 [ 71%]

...用transform.getForward()和transform.getRight()得到的结果却是(0,0,-1)和(1,0,0)真的奇妙 2021-01-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回复问...

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