大约有 844 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0047 秒)
Laya_社区(556) Laya3.0_api(65) Laya2.0_api(58) Laya2.0_文档(55) laya_api(54) Laya2.0_示例(20) Laya3.0_文档(18) Laya_示例(18)
...,我给你看下缓动代码怎么写把 Laya.Tween.to(letterText, { y : 300 }, 1000, Laya.Ease.bounceIn, Laya.Handler.create(this,this.changeColor,[letterText]), i * 100); 2017-11-22 0 0 分享 微博 QZONE 微信 liner1457387450 赞同来自: 恩恩,你写的这句是基本的用法,我想...
来源: Laya_社区 发布时间: 20171122
...learFlag = Laya.BaseCamera.CLEARFLAG_DEPTHONLY; var pos = new Laya.Vector3(300, 500, 0); var translate = new Laya.Vector3(0, 0, 0); Laya.Sprite3D.load("res/LayaScene_gamescene/Conventional/chest01.lh", Laya.Handler.create(this, function(sp:Laya.Sprite3D):void { console.log("1111111111...
来源: Laya_社区 发布时间: 20191206
...lt class Scene extends Laya.Sprite{ constructor(){ super(); Laya.init(500, 300, Laya.WebGL); var bg = new Laya.Sprite(); bg.loadImage("comp/hunter.jpg"); this.addChild(bg); Laya.timer.frameLoop(1,this,this.move); // drawSomething(); } move() { sp = new Laya.Sprite(); Laya.stage.addChild(sp); //画...
来源: Laya_社区 发布时间: 20190520
... { this.hbox = new Laya.HBox; this.hbox.pos(100, 100); this.hbox.size(600, 300); this.hbox.bgColor = "#ffffff"; this.hbox.addChild(this.btn1); this.hbox.addChild(this.btn2); this.hbox.addChild(this.btn3); this.hbox.space = 100; this.hbox.align = "middle"; } } Copyright ©Layabox 2022 all right reser...
来源: Laya3.0_文档 发布时间: 20241014
...lRotationTest = new PanelRotationTest(Laya.Sprite); testSpriteRotation.pos(300,260); Laya.stage.addChild(testSpriteRotation); var testPanelRotation:PanelRotationTest = new PanelRotationTest(Laya.Panel); testPanelRotation.pos(1000,260); Laya.stage.addChild(testPanelRotation); Laya.Tween.to(testPanelR...
来源: Laya_社区 发布时间: 20170814
...显示模型,但是顶点数面数都有 3d场景单材质单模型CurMem300多 如何导入3D模型,以及展示与编辑它 如何获取一个3D模型的长宽高? 3D模型tween旋转 问题状态 最新活动: 2018-05-30 09:48 浏览: 1081 关注: 2 人 Laya_Aaron • 2018-05-30 09:53 哈哈...
来源: Laya_社区 发布时间: 20180529
....registerBitmapFont(mFontName,mBitmap); var text:Text=new Text(); text.pos(300,200); text.size(200,80); text.pivotY=text.height>>1; text.valign="middle"; text.align="left"; text.borderColor="#ffffff"; text.text="hello!LayaBox!"; text.font=mFontName; Laya.stage.addChild(text); } } }测试结果...
来源: Laya_社区 发布时间: 20161116
...toDataURL(); var sp2:Sprite = new Sprite(); sp2.name='drawCanvas'; sp2.x = 300; sp2.loadImage(htmlsss); Laya.stage.addChild(sp2); } } } LayaAirDemo.rar 2017-05-23 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 hhh_DDD 相关问题 Lay...
来源: Laya_社区 发布时间: 20170523
...raphics.drawTexture(t, 0,0) // a.scaleX = 0.3 // a.scaleY = 0.4 // a.pos(0,300) // Laya.stage.addChild(a) // })) // ape.pos(100, 200) // var c = -15 // Laya.timer.frameLoop(40, null, function () { // c += 0.00001 // console.log(c) // camera.transform.rotate(new Laya.Vector3(c, 0, 0), true, false); /...
来源: Laya_社区 发布时间: 20180104
... 如何获取一个3D模型的长宽高? 3d场景单材质单模型CurMem300多 问题状态 最新活动: 2018-08-23 19:04 浏览: 3386 关注: 3 人
来源: Laya_社区 发布时间: 20170919