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

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

4091. laya.d3.component.animator.AnimatorTransition_API3.0 [ 44%]

...ss with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface

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

4092. Unity插件与LAYAAIR加载的天空盒子BUG与修改方法 [ 44%]

...params":{   Laya3D._onTextureCubeLtcLoaded Laya3D._onTextureCubeLtcLoaded=function(loader,ltcData){         if (loader._class.destroyed){             loader.endLoad();             }else {             var ltcBasePath=URL.getPath(loader.url);        ...

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

4093. 修改position与修改localPosition结果不一致(同处于3d场景下的两个节点) [ 44%]

...terial(); Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(null, function (tex: Laya.Texture2D) { material.albedoTexture = tex; })); //测试遮挡剔除 material.cull = 0 box.meshRenderer.material = material;  let res1 = Laya.Sprite3D.instantiate(box); let res2 = Laya.Sprite3D.instantiat...

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

4094. 如何点击屏幕任何区域让模型运动到此处 [ 44%]

...解释:(其实你也不必用这个,用BoxMesh也是可以的。)function PlaneMesh(long,width,stacks,slices){}根据上面的构造函数可以看出,前两个属性表示长宽,后两个是对模型网格的切分控制,在官方示例中修改 stacks,slices参数,然后鼠标点...

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

4095. 人物行走图动画 [ 44%]

...d(AniConfPath, Handler.create(this, createAnimation), null, Loader.ATLAS); function createAnimation() {   var ani = new Animation();  ani.loadAtlas(AniConfPath); // 加载图集动画  ani.interval = 1000;   // 设置播放间隔(单位:毫秒)  ani.index = 0;     // 当前播放...

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

4096. [LayaAir3]我直接将整个项目导出,使用Android Studio打开编译,然后构建运行,连接手机结果打开项目就闪退? [ 44%]

...令牌支持) static _sendRequest(config) { return __async(this, null, function* () { const { endpoint, method, body, queryParams, token } = config; try { let url = `${this.baseUrl}/${endpoint}`; if (queryParams && Object.keys(queryParams).length > 0) { const searchParams = new URLSearc...

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

4097. Config_API3.0 [ 44%]

...ebGL2 webGL2D_MeshAllocMaxMem fontFamilyMap Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static property

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

4098. Laya3D.init(0, 0, true) 初始化的时候。android端和ios端表现不一样。stage初始化之后stage的宽高在什么时候能获取到准确的值? [ 44%]

...小进行变化时,会触发事件。 Laya.stage.on(Event.RESIZE, this, function():void { // To Do - UI.pos });   2017-06-15 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 sfsmmc 相关问题 Layabox 2.0 bate5 运行编译之后 bundl...

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

4099. laya.d3.physicscannon.shape.CannonSphereColliderShape_API3.0 [ 44%]

... cloneTo destroy updateLocalTransformations Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Inherited property Inherited method Inherited accessor Enumeration Interface

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

4100. LayaAir 2.0 微信排行榜 离屏画布不能直接附加到组件纹理上 [ 44%]

...(A,B两种方法) 报如下错误:   value._addReference is not a function   请问现在2。0该如何处理? 附件 : --> 2018-10-01 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 淡淡的疯 ...

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