大约有 340 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0065 秒)
Laya_社区(134) Laya3.0_api(61) Laya2.0_api(57) laya_api(53) Laya2.0_文档(26) Laya2.0_示例(4) Laya3.0_文档(3) Laya_示例(2)
...回调函数处理器。 回调函数参数为用户点击的按钮名字name:String。 Dialog comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Sprite dataSour...
来源: laya_api 发布时间: 20170929
...inBaseUrl _url autoSize changeHandler hitTestPrior isVertical mouseThrough name showLabel tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy allowClickBack alpha anchorX anchorY bar blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed...
来源: Laya3.0_api 发布时间: 20231115
...测依据。 Stage对象和UI的View组件默认为true。 Sprite layerName : String = null当前Layer的名称MapLayer _mapData : Array = nullMapLayer mask : Sprite 遮罩,可以设置一个对象(支持位图和矢量图),根据对象形状进行遮罩显示。 【注意】遮罩对象...
来源: laya_api 发布时间: 20170929
...钮点击事件增加一个音效 希望给spine增加一个showSlotSkinByName(slotName:String, name:String)方法 官网提供的一些修改过的第三方库,以后是否有打算增加一些as的mvc框架的支持库 3D模型增加拖尾组件后有内存泄漏 希望IDE增加个代码格式...
来源: Laya_社区 发布时间: 20191027
...Context("webgl")不能正确获取Context导致的, gl=canvas.getContext(names,{stencil:Config.isStencil,alpha:Config.isAlpha,antialias:Config.isAntialias,premultipliedAlpha:Config.premultipliedAlpha,preserveDrawingBuffer:Config.preserveDrawingBuffer}); 这句代码执行后gl为空。 我在...
来源: Laya_社区 发布时间: 20181011
... _scene _skinBaseUrl _url autoSize changeHandler hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY bgColor blendMode borderColor bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled...
来源: Laya3.0_api 发布时间: 20231115
...18-03-24 14:57 已解决: if (e.type == Laya.Event.CLICK) { if (e.target.name == "arrow") { //Tree的开/关,当打开一个时,另一个关闭 var item:Cell = e.target.parent as Cell; if (item.dataSource.isOpen == true) { if (this.selectedIndex == -1) { this.selectedIndex = index; }...
来源: Laya_社区 发布时间: 20171011
...用二的幂次方图集和非二的幂次方图集区别在哪? var 与 name 的详细区别是什么? [分享]Dialog 点击边缘不关闭的 Demo示例 Laya.Handler.create和new Laya.Handler有啥区别 Dialog设置为模式窗口时关闭有问题 layaair与layabox的区别 LayaAirIDE2.0 TS ...
来源: Laya_社区 发布时间: 20161016
...象,比如它的父对象名字是scene let scene = Laya.stage.getChildByName('scene'); // 直接父对象里就包含了一个和你定义的var属性同名的属性(指针)了 let buttonStart = scene.buttonStart; // 当然你也可以通过name去找,指针指向的都是同一个对象 l...
来源: Laya_社区 发布时间: 20190306
...only] 返回鼠标在此对象坐标系上的 Y 轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[override] [read-only] 子对象数量。 Panel optimizeScrollRect : Boolean 指定是否对使用了 scrollRect 的显示对象进行优化处理。默认为false(不优...
来源: laya_api 发布时间: 20170929