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

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

51. List翻页效果 [ 62%]

... 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(); this...

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

52. List翻页效果怎么实现 [ 61%]

... 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(); this...

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

53. 其他 · LayaAir3.3 · 引擎文档 · LAYABOX [ 61%]

...志级别 LayaNative底层LOG分为五种: enum class LogType { Debug, Info, Warn, Error, Fatal, }; 每种日志对应的日志级别如下: enum class LogLevel { Debug = 5, Info = 4, Warn = 3, Error = 2, Fatal = 1, Close = 0, }; 在js脚本中,开发者可以通过以下函数设置日志级...

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

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

... 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(); this...

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

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

... 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(); this...

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

56. laya.device.motion.Gyroscope_API3.0 [ 59%]

...理器接受两个参数: function onOrientationChange(absolute:Boolean, info:RotationInfo):void absolute: 指示设备是否可以提供绝对方位数据(指向地球坐标系),或者设备决定的任意坐标系。关于坐标系参见https://developer.mozilla.org/en-US/docs/Web/Guide/Ev...

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

57. layabox7.1.17 beta ios打包后编译失败 [ 59%]

...rk OpenGLES -framework OpenAL -framework CoreGraphics -Xlinker -dependency_info -Xlinker /Users/wxh/Library/Developer/Xcode/DerivedData/ykmj-hkcpwhnxmcoyygagguzfcmsdrryg/Build/Intermediates.noindex/ykmj.build/Debug-iphoneos/ykmj.build/Objects-normal/armv7/ykmj_dependency_info.dat -o /Users/wxh/Libra...

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

58. 3D场景销毁后,仍有引用存在,内存中场景及引用其的对象无法销毁 [ 58%]

...导致模型数据没有卸载   代码是   /* * 场景资源 */ this.m_info_bg = null; this.m_gun_root = null; this.m_complete = null;   /* * 战场数据 */ this._NormalBattleInfo = null; this._InfiniteBattleInfo = null;  this._zombie_info_obj = null;  this.m_fight_2d_root.destroy();//销毁...

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

59. 玩一玩接入问题 [ 58%]

...一玩接入问题 问题一:接入玩一玩,点击事件会报错:info2=detectGesture end!Failed!!!touchArr[i].id=559270928 ; 问题二:在xcode日志里会有这种错误提示:CGBitmapContentCreate:unsupported parameter combination 附件 : --> 2018-07-23 添加评论 免费帖 --> ...

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

60. ConchInput settype无效 [ 58%]

...  return this._type;     },function(value){         console.info(value)         if (value=="password")             this._getCSSStyle().password=true;         else         this._getCSSStyle().password=false;         this._type=value;     ...

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