大约有 170 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0065 秒)
...kagelaya.uiClasspublic class ColorPickerInheritanceColorPicker UIComponent Sprite Node EventDispatcher Object ColorPicker 组件将显示包含多个颜色样本的列表,用户可以从中选择颜色。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties Property...
来源: Laya2.0_api 发布时间: 20190513
...or = new Laya.Vector3(0.7, 0.6, 0.6); var layaMonkey = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh"));class Laya3DCombineHtml { constructor() { var div = Laya.Browser.window.document.createElement("div"); div.innerHTML = "此内容来源于HTML网页, ...
来源: Laya_示例 发布时间: 20241124
...ic title: string; constructor(){ super(); } public _initialize(owner: Laya.Sprite3D): void { super._initialize(owner); var sprite3D = this.owner as Laya.MeshSprite3D; var sprite3DMat = new Laya.StandardMaterial(); sprite3DMat.cull = Laya.BaseMaterial.CULL_NONE; var imageData = this.canvasWrapText({c...
来源: Laya_社区 发布时间: 20180814
Laya.Sprite loadImage 参数问题 第一天学习laya,遇见个问题。api上对loadimage的描述是: loadImage(url:String, x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0, complete:Handler = null) 官方文档也是这么用的:http://ldc.layabox.com/doc/?nav=zh-ts-1-3-...
来源: Laya_社区 发布时间: 20200522
...被锁定, 无法添加新回复 发起人 蜀山 相关问题 如何设置Sprite的宽高和点击区域? 动画混合无效(版本2.6) 使用钢体设置防穿后仍有几率会穿透 Tween没效果,对于渐变相机位移? LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 龙骨skele...
来源: Laya_社区 发布时间: 20181016
...制的背景,会被清除 Laya.timer.once(1000, this, function (u: Laya.Sprite, _index) { Laya.stage.removeChild(u); }, [txt, index]); 当上面清除指定节点的时候,会清掉其他节点用graphics绘制的数据 微信打开浏览器打开和chrome打开都有这个问题 附件 : -...
来源: Laya_社区 发布时间: 20200804
如何更改Laya.Sprite3D 物件的颜色 我想要实现这张图片闪烁的效果,在unity的做法是透过iTween 去改变material.Color值,我想知道layaair里面要怎么实现这个效果呢? 附图分别是这张图片亮与暗的两种状态。 附件 : --> 2017-12-11 添加评论...
来源: Laya_社区 发布时间: 20171211
...的动画怎么添加到舞台上 如何设置舞台背景颜色为透明 sprite设置了cacheas,removechild再addchild之后原先设置的cacheas无效,通过监测面板可以看到。请问这是不是bug? 添加舞台事件问题? List应该以高度而不是行数(repeatY)做为显示...
来源: Laya_社区 发布时间: 20170802
...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 分享:适配LayaAir版本的PureMVC框架 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target La...
来源: Laya_社区 发布时间: 20190313
...抠图透明区域为黑色,其它机型都是正常的。 如何设置Sprite的宽高和点击区域? 龙骨skeleton鼠标点击区域的设置 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 【BUG备忘录】关于Tween动画无法正...
来源: Laya_社区 发布时间: 20200816