大约有 2,740 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0063 秒)
Laya_社区(1925) Laya3.0_api(248) Laya2.0_api(162) laya_api(132) Laya_示例(81) Laya2.0_文档(81) Laya2.0_示例(65) Laya3.0_文档(46)
...etComponentByType(Laya.Animator); 1、unity中Legacy类型 roleAni输出为NULL 2、unity中Generic类型 roleAni输出不为NULL,this.roleAni.play("Walk");但是不能播放 附件 : --> 2018-05-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...
来源: Laya_社区 发布时间: 20180525
...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
...插件功能 修改本地laya代码 如图所示 10189 行的 matrix 是null 导致后续执行报错 解决方案是 增加了 红框中的 "|| this._curMat" 报错修复 拖尾效果体验微信小程序 <走你球球> 附件 : --> 1.zip 2021-08-31 添加评论 免费帖 --> 分享...
来源: Laya_社区 发布时间: 20210831
...。如"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
...eW, stageH); } private function init(e:Event = null):void { removeEventListener(Event.ADDED_TO_STAGE, init); stage.scaleMode = StageScaleMode.NO_SCALE;//设置舞台的缩放模式和对齐方式 ...
来源: Laya_社区 发布时间: 20170317
...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
... 创建一个 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
...Pixels(this._base, this._base.rect, zeroPoint); sprite.draw(bitmapData, null, null, this._maskBlendMode); 2016-07-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: eazygame 官方已经...
来源: Laya_社区 发布时间: 20160730
...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
... 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