大约有 3,253 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0139 秒)
Laya_社区(2450) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(82) Laya_示例(52) Laya2.0_示例(18)
...ra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUr...
来源: Laya3.0_api 发布时间: 20231115
...(Compiler Options)->编译常量(Compiler Constats),写入 CONFIG::cn,false CONFIG::en,true 如图: 2.在代码中写入 CONFIG::cn{ [Embed(source="ui_cn.swf", mimeType="application/octet-stream")] private const _Ui_SWF:Class; } CONFIG::en{ [Embed(source="ui_en.swf", ...
来源: Laya_社区 发布时间: 20160323
...身刚体的左上角位置偏移WeldJoint collideConnected : Boolean = false[首次设置有效]两个刚体是否可以发生碰撞,默认为falseWeldJoint damping : Number刚体在回归到节点过程中受到的阻尼,建议取值0~1WeldJoint destroyed : Boolean[read-only] 获取是...
来源: Laya2.0_api 发布时间: 20190513
...,我的测试例子是: var bmd1:BitmapData = new BitmapData(40, 40, false, 0x000000FF); var bmd2:BitmapData = new BitmapData(80, 40, false, 0x0000CC44); var rect:Rectangle = new Rectangle(0, 0, 20, 20); var pt:Point = new Point(10, 10); bmd2.copyPixels(bmd1, rect, pt); var bm1:Bitmap = new Bitm...
来源: Laya_社区 发布时间: 20151105
...ta.enable; }else { emission.enbale=false; // emission 根本就没这东西。。。。 }; 2018-05-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 w1114367...
来源: Laya_社区 发布时间: 20180509
...Sprite3D off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦听器。 EventDispatcher on...
来源: laya_api 发布时间: 20170929
...n[read-only] 获取在场景中是否激活。 Node destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node id : int[read-only] 获取唯一标识ID。 Sprite3D isStatic : Bool...
来源: Laya2.0_api 发布时间: 20190513
...: [ ...... ] } 而且其中有的isDirectory是true,有的又是false,但父子层级其实是相同等级的,为什么呢? 2018-06-04 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 138*****782 相关问题 2.0一不小心...
来源: Laya_社区 发布时间: 20180604
...or3(0, 6, 10)); camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false); var glitter = scene.addChild(new Laya.Glitter()); var glitterTemplet = glitter.templet; var glitterMaterial = glitter.glitterRender.sharedMaterial; glitterMaterial.diffuseTexture = Laya.Texture2D.load("../../res/three...
来源: Laya_示例 发布时间: 20260303
...ons[i])===/*laya.d3.math.ContainmentType.Contains*/1) return true } return false; }else { return false; } break ; 上面代码中的 var positions=meshCollider.mesh._positions; 这个poistions是几何体初始化时的定点坐标,而不是根据几何体位置计算出来的当前坐标。所...
来源: Laya_社区 发布时间: 20181114