大约有 347 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0051 秒)
Laya_社区(260) Laya3.0_api(21) Laya2.0_文档(17) laya_api(17) Laya2.0_api(14) Laya3.0_文档(13) Laya_示例(3) Laya2.0_示例(2)
...;>>>>>>>> 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
...息,对应的Shader中的attribute属性,attributeMap是一个映射,key是attribute属性的名称,value是一个索引值。uniformMap也是一个映射,key是uniform属性的名称,value是这个unifrom的提交周期。 提交周期的说明:提交周期表示当前的uniform更新...
来源: Laya2.0_文档 发布时间: 20210715
ReferenceError: RandomKey is not defined 这是程序入口,和打印结果 这是两个相同的类,只是类名不同,打印结果不同,那么问题来了。。。 为何一个出结果,一个未定义? 附件 : --> 2018-09-11 添加评论 免费帖 --> 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20180911
...息,对应的Shader中的attribute属性,attributeMap是一个映射,key是attribute属性的名称,value是一个索引值。uniformMap也是一个映射,key是uniform属性的名称,value是这个unifrom的提交周期。 提交周期的说明:提交周期表示当前的uniform更新...
来源: Laya2.0_文档 发布时间: 20210715
...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
...比如按住“向右键”玩家一直向右走,移动速度根据Event.KEY_DOWN事件回调向前移动,但刚开始按住方向健的第一次和第二次或前几次的回调间隔时间很长,如下是按住某个健的回调时间,第一次和第二次时间间隔相差很大,后面...
来源: Laya_社区 发布时间: 20170207
...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
...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
...中音乐播放报错 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
...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