大约有 1,627 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0069 秒)
Laya_社区(997) Laya2.0_文档(205) Laya3.0_api(176) Laya2.0_api(99) laya_api(85) Laya3.0_文档(47) Laya_示例(9) Laya2.0_示例(9)
...创建一个package.json。 package.json的核心内容示例如下: { "name": "com.layabox.package-name", "displayName": "插件名称", "version": "1.0.0", "description": "一段描述文本,用于说明该插件的作用和使用说明", "icon": "editorResources/icon.png", "author": "layabox"...
来源: Laya3.0_文档 发布时间: 20251010
...wnGraphics _scene _skinBaseUrl _tf _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy align alpha anchorX anchorY bgColor blendMode bold borderColor bottom cacheAs centerX centerY color components customRenderEnable dataSource d...
来源: Laya3.0_api 发布时间: 20231115
...ssets[0]); dialog.addChild(bg); var button = new Button(assets[1]); button.name = Dialog.CLOSE; button.pos(DIALOG_WIDTH - CLOSE_BTN_WIDTH - CLOSE_BTN_PADDING, CLOSE_BTN_PADDING); dialog.addChild(button); dialog.dragArea = "0,0," + DIALOG_WIDTH + "," + DIALOG_HEIGHT; console.log("SHOW"); dialog.show(...
来源: Laya_社区 发布时间: 20170303
...r _url autoSize currentCreationLayer enableLight hitTestPrior mouseThrough name tag REFLECTIONMODE_CUSTOM REFLECTIONMODE_SKYBOX SCENERENDERFLAG_RENDERQPAQUE SCENERENDERFLAG_RENDERTRANSPARENT SCENERENDERFLAG_SKYBOX SceneUBOData drawtocanvCtx sceneUniformMap Accessors GIRotate _isHeightSet _isWidthSet...
来源: Laya3.0_api 发布时间: 20231115
...期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 var 与 name 的详细区别是什么? 红米K20pro 多个手指同时按下就会报这个错 object has in SimpleSingletonList 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译...
来源: Laya_社区 发布时间: 20181017
...样的 http://layaair.ldc.layabox.com/demo/?category=2d&group=UI&name=List ==============> 原本想到的解决方案是,在renderHandler的回调中,对cell设置on去监听mouse事件,但是这个时候cell会拦截mouse事件,导致list无法滑动,跪求解决方案 ====...
来源: Laya_社区 发布时间: 20180731
...a _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name videoElement CAMERA MP4 OGG SUPPORT_MAYBY SUPPORT_NO SUPPORT_PROBABLY WEBM drawtocanvCtx Accessors active activeInHierarchy alpha blendMode buffered cacheAs components currentSrc currentTime customRenderEnable destroyed ...
来源: Laya3.0_api 发布时间: 20231102
...s.drawRect(0, 0, Laya.stage.width, Laya.stage.height, "#000000"); maskArea.name = "maskArea"; this.guideContainer.addChild(maskArea); this.interactionArea = new Laya.Sprite(); this.interactionArea.blendMode = "destination-out"; this.guideContainer.addChild(this.interactionArea); this.guideHitArea = ...
来源: Laya_社区 发布时间: 20171222
...only] 返回鼠标在此对象坐标系上的 Y 轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node optimizeScrollRect : Boolean 指定是否对使用了 scrollRect 的显示对象进行优化处理。默认为false(不优化)。 当值...
来源: laya_api 发布时间: 20170929
...icle3D MAXCOLOROVERLIFEGRADIENTCOLORS : int[static] ShuriKenParticle3D name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node[read-only] 父节点。Node particleRenderer : ShurikenParticleRenderer[read-only] 获取粒子渲染器。 ShuriKenPart...
来源: Laya2.0_api 发布时间: 20190513