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

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

481. 其他(TypeScript-LayaNative原生服务-LayaNative基础文档) [ 66%]

...增加-Objc的参数,微信的官方文档中默认让增加`-Objc -all_load`,但是这样会导致编译报错。 遇到到这种情况可以把参数变成 `-Objc -force_load libWeChatSDK.a`,配置后,如图1所示: ![1](img/1.png) ## 5. 关于iOS模拟器 LayaNative支持iOS模拟器,...

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

482. Laya1.7.20如何加载3d资源? [ 66%]

...到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 bpmf_d 赞同来自: https://ldc.layabox.com/doc/?nav=zh-ts-4-0-2 这里有1.0场景加载的教程哦 2019-05-15 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添...

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

483. laya.d3.math.Quaternion_API3.0 [ 66%]

...t rotationMatrix slerp TEMPVector30 TEMPVector31 TEMPVector32 TEMPVector33 _tempMatrix3x3 Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Static property Static method Enumeration Interface

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

484. 2.3.0beta 各种bug [ 66%]

...Width * 2) * this.lastScaleX);             }             var dt_w = w != 0 ? w : 1;             var dt_h = h != 0 ? h : 1;             if(rect){                 dt_w = rect[2] != 0 ? rect[2] : 1;                 dt_h = rect[3] != 0 ? rect[3] : 1;         ...

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

485. 鼠标交互-拖动 [ 66%]

...const ApePath = "res/apes/monkey2.png"; let dragRegion; class Interaction_Drag { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat, Handler = Laya.Handler; // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeig...

来源: Laya2.0_示例 发布时间: 20260106

486. Unity资源导出插件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 66%]

...义的导出配置,需要按照以下格式: "GAPH Custom Shader/Shader_IntegradedEffect": { "targeName": "Shader_IntegradedEffect", "textures": [ { "uName": "_MainTex", "layaName": "u_AlbedoTexture", "defind": "ALBEDOTEXTURE" }, ...... ], "tillOffset": [ { "uName": "_MainTex_ST", "layaName": "u...

来源: Laya3.0_文档 发布时间: 20251010

487. socket大型项目回调 [ 66%]

... PomeloLaya{ export class Pomelo{ static DEBUG:boolean = true; static EVENT_IO_ERROR:string = "io-error"; static EVENT_CLOSE:string = "close"; static EVENT_KICK:string = "onKick"; static EVENT_HEART_BEAT_TIMEOUT:string = 'heartbeat timeout'; private JS_WS_CLIENT_TYPE:string = 'js-websocket'; private...

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

488. laya.ui.Button [ 66%]

...tected Properties Show Inherited Protected Properties PropertyDefined By _anchorX : Number = NaNX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent _anchorY : Number = NaNY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心...

来源: Laya2.0_api 发布时间: 20190513

489. [LayaAir3]带骨骼的3D模型drawcall过高 [ 66%]

...个 drawcall ,希望官方大大能解答。 相关源码 Submesh.ts  #_updateRenderParams,  WebGlSkinRenderElement3D.ts #drawGeometry 。   2025-12-01 0 0 分享 微博 QZONE 微信 layabox 赞同来自: 麻烦提供一下可重现的测试DEMO工程 2025-12-05 0 0 分享 微博 QZONE 微信 ...

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

490. 用Transform和直接设置xy坐标的效果不一致 [ 66%]

...0版本translate的时候把坐标值再除以2,两个效果就一致了-_- 2018-10-15 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 carylee 相关问题 使用钢体设置防穿后仍有几率会穿透 如何设置Sprite的宽高和...

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