大约有 1,498 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0050 秒)
Laya_社区(810) Laya3.0_api(343) Laya2.0_api(142) laya_api(114) Laya2.0_文档(52) Laya3.0_文档(28) Laya2.0_示例(5) Laya_示例(4)
...实例。 Returns PostProcessEffect Accessors active get active(): boolean set active(value: boolean): void Defined in laya/d3/core/render/PostProcessEffect.ts:35 是否开启 Returns boolean Defined in laya/d3/core/render/PostProcessEffect.ts:39 是否开启 Parameters value: boolean Returns void M...
来源: Laya3.0_api 发布时间: 20231115
...ttp://192.168.0.244/game/bin/h5/ ios打包 apache已经加 Header set Access-Control-Allow-Origin * 网页方式没问题 这个要怎么破 2018-03-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian ...
来源: Laya_社区 发布时间: 20180315
...10 18:47:40.603 26418-26418/com.layabox.game E/LayaGameEngine: game_plugin_set_option key=localize value=true 09-10 18:47:40.603 26418-26418/com.layabox.game E/LayaGameEngine: game_plugin_set_option key=gameUrl value=http://stand.alone.version/index.js 09-10 18:47:40.606 26418-26418/com.layabox.game...
来源: Laya_社区 发布时间: 20190910
...lementation public function get seed():uint public function set seed(value:uint):voidseedsproperty public var seeds:Uint32Array获取随机种子。Constructor DetailRand()Constructorpublic function Rand(seed:uint) 创建一个 Rand 实例。 Parameters seed:uint — 32位无符号...
来源: laya_api 发布时间: 20170929
...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 做好的粒子特效在U3D里循环正常。在LAYA插件里预览跳帧闪烁。序列素材本身也是循环的。但是不知道为什么会跳帧。 点击代码编辑模器 就...
来源: Laya_社区 发布时间: 20181001
...lementation public function get seed():uint public function set seed(value:uint):voidseedsproperty public var seeds:Uint32Array获取随机种子。Constructor DetailRand()Constructorpublic function Rand(seed:uint) 创建一个 Rand 实例。 Parameters seed:uint — 32位无符号...
来源: Laya2.0_api 发布时间: 20190513
...ocus接口是无法都在移动平台立刻弹出键盘的 public function set focus(value:Boolean):void { var input:* = nativeInput; if (_focus !== value) { if (value) { if (input.target) { input.target._focusOut(); } else { _setInputMethod(); } input.target = this; _focusIn(); console.log("...
来源: Laya_社区 发布时间: 20191010
...imer._mid++) ); return this._map[cid +'_'+ mid]; } set 方法也要这样改,参照附件文件 CallLater.rar 2019-09-03 0 1 分享 微博 QZONE 微信 1553654448用户 赞同来自: 拿number当key 不可避免的会出现两个不一样的ID加起来变成一样的....没...
来源: Laya_社区 发布时间: 20190902
...aya.Handler.create(this, this.onError)); 报错如下: TypeError: Cannot set property 'enableHighAccuracy' of undefined 会出现无法找到Laya.Geolocation的各类属性错误,请问该如何正确使用Geolocation? 我已经在js代码中加入导入 //-----libs-begin----- loadLib("libs/la...
来源: Laya_社区 发布时间: 20181217
...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 重力感应 Accelerator 发布微信游戏后失效。是因为什么? 发布H5后通过网页打开出现左上角的那个图标是什么东东 怎么去掉 分享:LayaAir下如...
来源: Laya_社区 发布时间: 20170525