大约有 2,173 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0073 秒)
Laya_社区(1591) Laya2.0_文档(140) Laya3.0_api(124) Laya2.0_api(97) laya_api(69) Laya3.0_文档(55) Laya_示例(52) Laya2.0_示例(45)
...handler.run is not a function Tween.to(ape, { x: moveObj.x, y:moveObj.y }, 1000,Ease["circIn"],function(){ alert(1) },0,false,true); 2017-02-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: ...
来源: Laya_社区 发布时间: 20170220
...eset():void { gRoomView.chatBox.innerHTML = ""; gRoomView.chatBox.height = 1; } public SysSay(txt:string):void { this.AddChat(0, "法官", txt); } public PlayerSay(msg:any):void { this.AddChat(msg['from_client_seatsno'], msg['from_client_name'], msg['content']); } private AddChat(seat:number, name:s...
来源: Laya_社区 发布时间: 20170911
缓动一、概述二、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_文档 发布时间: 20241014
...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
...laya,动画不运行,帮忙看看什么原因 附件 : --> MonsterGroup1.zip 2019-05-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 bpmf_d 赞同来自: 可能是unity的版本太高导致的 推荐使用...
来源: Laya_社区 发布时间: 20190510
...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
... 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值...
来源: Laya2.0_api 发布时间: 20190513
... 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_示例 发布时间: 20241125
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
...()); //初始化照相机 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_示例 发布时间: 20241125