大约有 180 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0050 秒)
Laya_社区(92) Laya3.0_api(34) Laya2.0_api(22) Laya3.0_文档(13) Laya2.0_文档(10) laya_api(8) Laya_示例(1)
...ackagelaya.uiClasspublic class ColorPickerInheritanceColorPicker Component Sprite Node EventDispatcher Object ColorPicker 组件将显示包含多个颜色样本的列表,用户可以从中选择颜色。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties Property...
来源: laya_api 发布时间: 20170929
...形越严重 使用钢体设置防穿后仍有几率会穿透 如何设置Sprite的宽高和点击区域? matter.js mouseconstraint在微信小游戏中无效 Laya3D里的material可以设置flat shading么 九宫格设置无效。 播放背景音乐的问题 刚打开 桌面调试出现报错Unca...
来源: Laya_社区 发布时间: 20240304
...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_示例 发布时间: 20251130
...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
...export class TextInputControl extends Laya.Script { //declare owner : Laya.Sprite3D; @property( { type : Laya.TextInput } ) public txtin: Laya.TextInput; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake():...
来源: Laya3.0_文档 发布时间: 20251010
如何更改Laya.Sprite3D 物件的颜色 我想要实现这张图片闪烁的效果,在unity的做法是透过iTween 去改变material.Color值,我想知道layaair里面要怎么实现这个效果呢? 附图分别是这张图片亮与暗的两种状态。 附件 : --> 2017-12-11 添加评论...
来源: Laya_社区 发布时间: 20171211