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

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

2501. Laya多点触控是有开关吗 为什么多点触控没有任何反应 [ 32%]

...his.lastPosition = new Laya.Vector2(0, 0);         this.distance = 0.0;         this.disVector1 = new Laya.Vector2(0, 0);         this.disVector2 = new Laya.Vector2(0, 0);         this.isTwoTouch = false;         this.first = true;         this.twoFirs...

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

2502. Laya构建App后AndroidStudio中用真机调试模式下运行,App打开了,但是不能打开游戏的问题。 [ 32%]

...set_error_internal:56: GLES ctx: 0xdfeb4008, error code:0x501 06-20 19:10:20.035 5371-5400/com.ReleaseTest.Four E/MALI: gles_state_set_error_internal:56: GLES ctx: 0xdfeb4008, error code:0x501 06-20 19:10:20.083 5371-5400/com.ReleaseTest.Four E/MALI: gles_state_set_error_internal:56: GLES ctx: 0xdfe...

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

2503. ShaderPass介绍(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 31%]

... = u_OutlineColor.rgb * u_OutlineLightness; gl_FragColor = vec4(finalColor,0.0); } ``` ##### 第二个Pass使用的着色器: 顶点着色器 `outline02.vs` 代码如下: ```c++ #include "Lighting.glsl"; attribute vec4 a_Position; attribute vec2 a_Texcoord0; uniform mat4 u_MvpMatrix; uniform mat...

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

2504. 播放背景音乐报错,引发闪退 [ 31%]

... 调试发现有报错(但是音乐也能正常播放)   12-26 14:27:10.053 1552-1616/com.mylafe.game.handsomecat E/LayaBox: >>>>>>>>>>>>>>>>>>>>>>>>>>>>className:layaair.game.utility.LayaAudioMusic,methodName...

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

2505. rigidBody.applyForce 物体不会移动 [ 31%]

...le.log(this.monster_character.transform.position); //this.animator.speed = 0.0; let keyW = Laya.KeyBoardManager.hasKeyDown(87); let keyS = Laya.KeyBoardManager.hasKeyDown(83); let keyA = Laya.KeyBoardManager.hasKeyDown(65); let keyD = Laya.KeyBoardManager.hasKeyDown(68); let keyShift = Laya.KeyBoard...

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

2506. 背景音乐来回切换报错 [ 31%]

...read property 'btCollisionObject' of undefined 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined ide 2.4 layaair2-cmd 编译报错 本地调试加载本地图片都报错 自定义场景类导出layaMaxUI.ts有前缀导致报错 启动引擎报错 mPlugin.g...

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

2507. 导入FBX报错 [ 31%]

...emp\zZQHoe\ [2023-06-20 18:19:19.020] [resource_tool] [info] tool version: 0.0.16 [2023-06-20 18:19:19.021] [resource_tool] [info] Autodesk FBX SDK version 2020.3.1 Release (325fc9c4c) [2023-06-20 18:19:19.032] [resource_tool] [info] Application Directory: C:\Program Files\LayaAirIDE3\resources\node...

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

2508. ShaderPass介绍(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 31%]

... = u_OutlineColor.rgb * u_OutlineLightness; gl_FragColor = vec4(finalColor,0.0); } ``` ##### 第二个Pass使用的着色器: 顶点着色器 `outline02.vs` 代码如下: ```c++ #include "Lighting.glsl"; attribute vec4 a_Position; attribute vec2 a_Texcoord0; uniform mat4 u_MvpMatrix; uniform mat...

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

2509. laya.components.Animator2D_API3.0 [ 30%]

... number 过渡时间,该值为当前动画状态的归一化时间,值在0.0~1.0之间。 Default value layerIndex: number = 0 层索引。 Default value normalizedTime: number = Number.NEGATIVE_INFINITY 归一化的播放起始时间。 Returns boolean destroy destroy(): void Inherited from Compo...

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

2510. laya.d3.core.reflectionprobe.ReflectionProbe_API3.0 [ 30%]

...RDecodeValues defaultTextureHDRDecodeValues: Vector4 = new Vector4(1.0,1.0,0.0,0.0) Defined in laya/d3/core/reflectionProbe/ReflectionProbe.ts:28 默认解码数据 Accessors active get active(): boolean set active(value: boolean): void Inherited from Node.active Defined in laya/display/Node.ts:645 ...

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