• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 43 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0046 秒)

31. List翻页效果 [ 56%]

...动。 2017-12-02 0 1 分享 微博 QZONE 微信 ZX 赞同来自: import ConfigInfo from "../data/ConfigInfo"; import { ui } from "../ui/layaMaxUI"; export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super()...

来源: Laya_社区 发布时间: 20171202

32. List翻页效果怎么实现 [ 56%]

...复杂 2018-11-13 0 1 分享 微博 QZONE 微信 ZX 赞同来自: import ConfigInfo from "../data/ConfigInfo"; import { ui } from "../ui/layaMaxUI"; export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super()...

来源: Laya_社区 发布时间: 20181112

33. laya.display.Input_API3.0 [ 56%]

...名称,以字符串形式表示。 默认值为:"Arial",可以通过Config.defaultFont设置默认字体。 如果运行时系统找不到设定的字体,则用系统默认的字体渲染文字,从而导致显示异常。(通常电脑上显示正常,在一些移动端因缺少设置的...

来源: Laya3.0_api 发布时间: 20231115

34. 支付宝小游戏 · LayaAir3.3 · 引擎文档 · LAYABOX [ 56%]

...好,最好能放到统一的目录下,便于初始包的剥离。 fileconfig.json: 文件中包含了一些项目的配置信息。 game.js: 支付宝小游戏的入口文件,游戏项目入口JS文件与适配库JS等都是在这里进行引入。IDE创建项目的时候已生成好,一...

来源: Laya3.0_文档 发布时间: 20251010

35. laya 的list组件,如果有多页信息,怎么实现翻页丫?? [ 55%]

...确。 2018-07-24 0 0 分享 微博 QZONE 微信 ZX 赞同来自: import ConfigInfo from "../data/ConfigInfo"; import { ui } from "../ui/layaMaxUI"; export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super()...

来源: Laya_社区 发布时间: 20180724

36. 请问laya有没有类似翻页容器(pageView)的组件? [ 54%]

...方法 2018-08-14 0 0 分享 微博 QZONE 微信 ZX 赞同来自: import ConfigInfo from "../data/ConfigInfo"; import { ui } from "../ui/layaMaxUI"; export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super()...

来源: Laya_社区 发布时间: 20170215

37. 绘制能力 · LayaAir3.3 · 引擎文档 · LAYABOX [ 51%]

...不出来。 如果有追求完美的开发者,可以通过开启 Laya.Config.isAntialias=true 开设置,也可以在项目设置中开启,如图10-1所示。 (图10-1) Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:59 img{cursor:poi...

来源: Laya3.0_文档 发布时间: 20251010

38. laya.d3.renderobjs.nativeobj.NativeUniformBufferObject_API3.0 [ 49%]

...ers name: string Uniform block name(must pitch Shader) bufferUsage: number config usage bytelength: number byte length Default value isSingle: boolean = false Returns UniformBufferObject Static getBuffer getBuffer(name: string, index: number): UniformBufferObject Inherited from NativeUniformBufferOb...

来源: Laya3.0_api 发布时间: 20231115

39. 插件开发说明 · LayaAir3.3 · 引擎文档 · LAYABOX [ 47%]

....createSettings("MyTestSettings", { location: "project", contributeToPlayerConfig: true}); 运行时可以这样访问: console.log(Laya.PlayerConfig["MyTestSettings"]); 十二、扩展编辑器配置界面 如果我们通过上一节创建了一些自定义的配置数据,可以将它展现在...

来源: Laya3.0_文档 发布时间: 20251010

40. 深入理解LayaAir引擎架构和实现原理(二)项目调试原理及完美开发调试方案 [ 39%]

...加prevTasks let prevTasks = ""; if (global.publish) { prevTasks = ["loadConfig"]; } gulp.task("compile", prevTasks, function () { // 发布时调用编译功能,判断是否点击了编译选项 if (global.publish) { workSpaceDir = global.workSpaceDir; // 发布时调用编译,workSpaceDir使...

来源: Laya_社区 发布时间: 20200918