大约有 155 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0032 秒)
Laya_社区(121) Laya3.0_文档(15) Laya2.0_文档(9) Laya3.0_api(6) laya_api(1) Laya2.0_示例(1) Laya_示例(1) Laya2.0_api(1)
... 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
... 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
...志级别 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
... 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
... 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
...理器接受两个参数: function onOrientationChange(absolute:Boolean, info:RotationInfo):void absolute: 指示设备是否可以提供绝对方位数据(指向地球坐标系),或者设备决定的任意坐标系。关于坐标系参见https://developer.mozilla.org/en-US/docs/Web/Guide/Ev...
来源: Laya3.0_api 发布时间: 20231115
...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
...导致模型数据没有卸载 代码是 /* * 场景资源 */ 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
...一玩接入问题 问题一:接入玩一玩,点击事件会报错:info2=detectGesture end!Failed!!!touchArr[i].id=559270928 ; 问题二:在xcode日志里会有这种错误提示:CGBitmapContentCreate:unsupported parameter combination 附件 : --> 2018-07-23 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20180723
... 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