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

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

971. laya.d3.core.render.PostProcessEffect_API3.0 [ 56%]

...实例。 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

972. does not belong to the same app domain [ 56%]

...ttp://192.168.0.244/game/bin/h5/     ios打包   apache已经加 Header set Access-Control-Allow-Origin * 网页方式没问题 这个要怎么破 2018-03-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian ...

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

973. 打包Android单机版原生应用,屏幕黑屏,但是看日志发现逻辑正常执行了 [ 56%]

...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

974. laya.d3.math.Rand [ 55%]

...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

975. 关于Unity导出插件贴图丢失、错乱的问题解决办法 [ 55%]

...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 做好的粒子特效在U3D里循环正常。在LAYA插件里预览跳帧闪烁。序列素材本身也是循环的。但是不知道为什么会跳帧。 点击代码编辑模器 就...

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

976. laya.d3.math.Rand [ 55%]

...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

977. 在VIVO小游戏中 输入框无法调用起来手机键盘 [ 55%]

...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

978. 取handler有概率取错 [ 55%]

...imer._mid++) );         return this._map[cid +'_'+ mid];     }     set 方法也要这样改,参照附件文件 CallLater.rar 2019-09-03 0 1 分享 微博 QZONE 微信 1553654448用户 赞同来自: 拿number当key 不可避免的会出现两个不一样的ID加起来变成一样的....没...

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

979. Laya.Geolocation使用报错 [ 55%]

...aya.Handler.create(this, this.onError)); 报错如下: TypeError: Cannot set property 'enableHighAccuracy' of undefined 会出现无法找到Laya.Geolocation的各类属性错误,请问该如何正确使用Geolocation? 我已经在js代码中加入导入 //-----libs-begin----- loadLib("libs/la...

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

980. 1.7.5IDE发布 app 单机版加载不到资源 [ 55%]

...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 重力感应 Accelerator 发布微信游戏后失效。是因为什么? 发布H5后通过网页打开出现左上角的那个图标是什么东东 怎么去掉 分享:LayaAir下如...

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