大约有 758 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0079 秒)
Laya_社区(576) Laya2.0_文档(79) Laya3.0_api(36) Laya2.0_api(26) Laya3.0_文档(19) laya_api(18) Laya_示例(3) Laya2.0_示例(1)
...btCollisionObject' of undefined 关于适配采用showAll后留白部分的颜色问题 IDE1.7.8 json图集加载问题 ios原生回调问题 关于shader中opengl函数问题 两个问题 有元件支援视频流渲染吗? Image元件读不了资料流 mask在layaplayer中有问题 问题状态 ...
来源: Laya_社区 发布时间: 20190407
...元素始终保持在最底部显示? btn 鼠标移动上去默认文本颜色是绿色,我想换成其他颜色,如何操作? 图片添加点击事件 有的不生效 lh文件内meshSprite添加阴影属性无效 怎么讲layaAir里的显示对象添加到matter.js里的物理引擎世界...
来源: Laya_社区 发布时间: 20170720
... var texHeight: number = texture.height; //定义颜色值,取值范围0~1 浮点。 const red: number = 1; const greed: number = 1; const blue: number = 1; const alpha: number...
来源: Laya_社区 发布时间: 20170606
...UV(忽略模型的UV贴图) | | `Ignore Vertices Color` | 忽略顶点颜色(忽略模型的顶点颜色信息) | | `Ignore Vertices Normal` | 忽略顶点法线(忽略模型的法线信息) | | `Ignore Vertices Tangent` | 忽略顶点切线信息(忽略模型的切线信息) | | `Co...
来源: Laya2.0_文档 发布时间: 20210714
...据我们的UI来分析一下 其实两个能量条都是一样的 只是颜色不一样 那我们可以只写一个HP.js 来实现两个能量条的功能,我们创建一个Hp.js 代码如下 (function () { /** * 血条 * */ function Hp(type){ //背景 this.bg = null; //进度条 this.bar = n...
来源: Laya_社区 发布时间: 20160803
...t 定义字号和字体,比如"20px Arial"。 * @param color 定义文本颜色,比如"#ff0000"。 * @param textAlign 文本对齐方式,可选值:"left","center","right"。 */ fillText(text: string | WordText, x: number, y: number, font: string, color: string, textAlign: string): FillTe...
来源: Laya3.0_文档 发布时间: 20251010
... Ignore Vertices Color 忽略顶点颜色信息,可减小lm文件大小 Texture Setting --- 贴图设置 Original Texture Type --- 需要转换格式的原始纹理类型 ...
来源: Laya_社区 发布时间: 20170428
..., lineHeight: 200, fontSize: 40, textAlign: "center", }, // 文字的最终颜色为#ff0000 redText: { color: "#ff0000", }, }; // JS部分,用于控制开放数据域的各种逻辑 function init() { wx.onMessage((data) => { Layout.clear(); Layout.init(template, style); Layout.layout(sharedCont...
来源: Laya3.0_文档 发布时间: 20251010