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

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

131. 用模块器报错,真机不会有这个问题,具体看补充 [ 70%]

...;>>>>>>>> E/LayaGameEngine: game_plugin_set_option key=localize value=false E/LayaGameEngine: game_plugin_set_option key=gameUrl value=http://www.layademo.com/index.html D/LayaGameEngine: game_plugin_init url =http://www.layademo.com/index.html D/LayaGameEngine: url=http://ww...

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

132. SubShader介绍(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 70%]

...息,对应的Shader中的attribute属性,attributeMap是一个映射,key是attribute属性的名称,value是一个索引值。uniformMap也是一个映射,key是uniform属性的名称,value是这个unifrom的提交周期。 提交周期的说明:提交周期表示当前的uniform更新...

来源: Laya2.0_文档 发布时间: 20210715

133. ReferenceError: RandomKey is not defined [ 70%]

ReferenceError: RandomKey is not defined 这是程序入口,和打印结果 这是两个相同的类,只是类名不同,打印结果不同,那么问题来了。。。      为何一个出结果,一个未定义? 附件 : --> 2018-09-11 添加评论 免费帖 --> 分享 微博 QZONE ...

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

134. SubShader介绍(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 70%]

...息,对应的Shader中的attribute属性,attributeMap是一个映射,key是attribute属性的名称,value是一个索引值。uniformMap也是一个映射,key是uniform属性的名称,value是这个unifrom的提交周期。 提交周期的说明:提交周期表示当前的uniform更新...

来源: Laya2.0_文档 发布时间: 20210715

135. laya.events.InputManager_API3.0 [ 70%]

...s constructor Properties clickTestThreshold isTextInputting isiOSWKwebView keyEventsEnabled mouseEventsEnabled mouseX mouseY multiTouchEnabled Accessors inst touchCount touchTarget touches Methods getNodeUnderPoint getSprite3DUnderPoint getSpriteUnderPoint handleKeys handleMouse handleTouch hitTest ...

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

136. 键盘事件监听时间间隔问题 [ 69%]

...比如按住“向右键”玩家一直向右走,移动速度根据Event.KEY_DOWN事件回调向前移动,但刚开始按住方向健的第一次和第二次或前几次的回调间隔时间很长,如下是按住某个健的回调时间,第一次和第二次时间间隔相差很大,后面...

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

137. [LayaAirIDE3]如何TextArea屏蔽掉右键的快捷菜单 [ 69%]

...RightClick();         //禁用Ctrl+c,Ctrl+v         this.owner.on("keydown", this, (event: KeyboardEvent) => {             if (event.ctrlKey && event.key === "c") {                 event.preventDefault();             }             if (event.ctrlKey &&...

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

138. laya.d3.loaders.ShaderParser_API3.0 [ 69%]

...rParser Index Methods bindCG compileToTree getCGBlock getDefaultData getMapKey getShaderBlock getShaderDataType parse Methods Static bindCG bindCG(shaderObj: IShaderObjStructor, cgmap: {}): void Defined in laya/d3/loaders/ShaderParser.ts:97 Parameters shaderObj: IShaderObjStructor cgmap: {} [key: st...

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

139. 微信小游戏中音乐播放报错 [ 69%]

...中音乐播放报错 gameThirdScriptError Invalid value used as weak map key;at audioContext.oncanplay callback function TypeError: Invalid value used as weak map key at WeakMap.set (native) at e.P (http://127.0.0.1:9973/game/__d ... :29956) at e.t.(anonymous function) [as onCanplay] (http://127.0....

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

140. laya.d3.core.particleshuriken.module.GradientDataNumber_API3.0 [ 69%]

...uctor Accessors gradientCount Methods add clone cloneTo getAverageValue getKeyByIndex getValueByIndex Constructors constructor new GradientDataNumber(): GradientDataNumber Defined in laya/d3/core/particleShuriKen/module/GradientDataNumber.ts:14 创建一个 GradientDataNumber 实例。 Returns Gradi...

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