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

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

731. unity3d导出人物,不能播放动画 [ 72%]

...etComponentByType(Laya.Animator); 1、unity中Legacy类型 roleAni输出为NULL 2、unity中Generic类型 roleAni输出不为NULL,this.roleAni.play("Walk");但是不能播放 附件 : --> 2018-05-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...

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

732. TypeScript语法问题,泛型 [ 72%]

...ss, new() { private static T instance; public static T GetInstence() { if (null == instance) { instance = new T(); } return instance; } } 这样我在其他地方,继承Class1,就可以直接类名.GetInstence()获取该类的实例 2018-06-19 添加评论 免费帖 --> 分享 微博 QZONE 微...

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

733. 制作拖尾 遇到drawTriangles报错 和 修复方案 [ 72%]

...插件功能 修改本地laya代码 如图所示  10189 行的 matrix 是null 导致后续执行报错 解决方案是 增加了 红框中的 "|| this._curMat" 报错修复   拖尾效果体验微信小程序 <走你球球>   附件 : --> 1.zip 2021-08-31 添加评论 免费帖 --> 分享...

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

734. laya.ui.UIUtils_API3.0 [ 72%]

...。如"p1,p2,p3,p4"。 Default value type: typeof Number | typeof String = null 如果值不为null,则填充的是新增值得类型。 Returns any[] 填充后的数组。 Static gray gray(target: Sprite, isGray?: boolean): void Defined in laya/ui/UIUtils.ts:47 给指定的目标显示对象添...

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

735. swf转成H5资源显示超出原有范围 [ 72%]

...eW, stageH);         }         private function init(e:Event = null):void         {             removeEventListener(Event.ADDED_TO_STAGE, init);             stage.scaleMode = StageScaleMode.NO_SCALE;//设置舞台的缩放模式和对齐方式            ...

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

736. 为啥我在批量removeself 会报错卡死 [ 72%]

...leY = 1; this.alpha = 1; this.pos(0,0); this.filters = []; if(selectImg != null) { selectImg.removeSelf(); } this.mouseEnabled = true; if(this.visible == false) { this.visible = true; } super.removeSelf(); if(itemCountTx != null) { itemCountTx.removeSelf(); } return this; }   2017-11-29 添加评...

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

737. laya.d3.core.MeshSprite3D_API3.0 [ 72%]

... 创建一个 MeshSprite3D 实例。 Parameters Default value mesh: Mesh = null 网格,同时会加载网格所用默认材质。 Default value name: string = null 名字。 Returns MeshSprite3D Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:...

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

738. 求教 颜色滤镜和混合模式使用 [ 72%]

...Pixels(this._base, this._base.rect, zeroPoint);   sprite.draw(bitmapData, null, null, this._maskBlendMode); 2016-07-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: eazygame 官方已经...

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

739. laya.d3.physicscannon.CannonContactPoint_API3.0 [ 72%]

...annonContactPoint Properties colliderA colliderA: CannonPhysicsComponent = null Defined in laya/d3/physicsCannon/CannonContactPoint.ts:15 碰撞器A。 colliderB colliderB: CannonPhysicsComponent = null Defined in laya/d3/physicsCannon/CannonContactPoint.ts:17 碰撞器B。 distance distance: number...

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

740. laya.d3.physics.ContactPoint_API3.0 [ 72%]

... Returns ContactPoint Properties colliderA colliderA: PhysicsComponent = null Defined in laya/d3/physics/ContactPoint.ts:15 碰撞器A。 colliderB colliderB: PhysicsComponent = null Defined in laya/d3/physics/ContactPoint.ts:17 碰撞器B。 distance distance: number = 0 Defined in laya/d3/physics/...

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