大约有 771 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0078 秒)
...kagelaya.uiClasspublic class ProgressBarInheritanceProgressBar UIComponent Sprite Node EventDispatcher Object ProgressBar 组件显示内容的加载进度。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否...
来源: Laya2.0_api 发布时间: 20190513
...场景编辑器中直接查看显示效果。 基础显示组件包括:Sprite、Button、CheckBox、Clip、ColorPicker、ComboBox、FontClip、HScrollBar、HSlider、Image、Label、TextArea、TextInput、Radio、ProgressBar、Slider、VSlider、ScrollBar、VScrollBar、WXOpenDataViewer。 > *Tips...
来源: Laya2.0_文档 发布时间: 20200609
...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivEle...
来源: Laya_社区 发布时间: 20171226
...的链接 提交 1 个回复 Monica - 知识达人 赞同来自: 如果是Sprite的话loadImage之前先清理下:myImg.graphics.clear()。 如果是Image,直接设置skin即可,不会出现两张图片都显示出来的情况 2017-06-18 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个...
来源: Laya_社区 发布时间: 20170618
...场景编辑器中直接查看显示效果。 基础显示组件包括:Sprite、Button、CheckBox、Clip、ColorPicker、ComboBox、FontClip、HScrollBar、HSlider、Image、Label、TextArea、TextInput、Radio、ProgressBar、Slider、VSlider、ScrollBar、VScrollBar、WXOpenDataViewer。 > *Tips...
来源: Laya2.0_文档 发布时间: 20200609
...ture: Laya.Texture = Laya.loader.getRes("magic/sg.png"); var sp = new Laya.Sprite(); sp.graphics.drawTexture(texture, 0, 0); Laya.stage.addChild(sp); //3D加载图集 var box: Laya.MeshSprite3D = scene.addChild(new Laya.MeshSprite3D(new Laya.PlaneMesh(64, 64))) as Laya.MeshSprite3D; box.transform...
来源: Laya_社区 发布时间: 20180331
...答(最新版本:1.7.16) TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 微信小游戏如何使用ttf字体? ...
来源: Laya_社区 发布时间: 20171108
...llatlas = {}; var loadData = []; //var会声明提前 for (let key in pkg._sprites) { if (pkg._sprites.hasOwnProperty(key)) { let element = pkg._sprites[key]; if (!allatlas[element.atlas.file] && !Laya.loader.getRes(element.atlas.file)) { allatlas[element.atlas.file] = element.atlas.file; lo...
来源: Laya_社区 发布时间: 20191107
...ttf字体? 使用钢体设置防穿后仍有几率会穿透 如何设置Sprite的宽高和点击区域? matter中layasprite怎么改变图片大小? 请问下加载TFF字体要怎么加载呢? 动画混合无效(版本2.6) 2.0 drawTexture color参数无效 位图字体不显示 matter.js...
来源: Laya_社区 发布时间: 20170829
...itmap.alwaysChange = true;//小游戏使用,非常费,每帧刷新 rankSprite2.graphics.drawTexture(rankTexture,5,78,rankTexture.width,rankTexture.height); }); 开发数据域: MiniAdpter.init(true,true); Laya.init(1280,720);//标注:开发数据域不支持webgl模式,只能运...
来源: Laya_社区 发布时间: 20180310