大约有 715 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0064 秒)
Laya_社区(473) Laya2.0_文档(76) Laya3.0_api(43) Laya_示例(42) Laya3.0_文档(37) Laya2.0_api(29) laya_api(15)
...der.png互换,效果如下: (动图1-8) 1.3 脚本控制VSlider 在Scene2D的属性设置面板中,增加一个自定义组件脚本。然后,将VSlider拖入到其暴露的属性入口中。需要添加如下的示例代码,实现脚本控制VSlider: const { regClass, property } = L...
来源: Laya3.0_文档 发布时间: 20241014
...der.png互换,效果如下: (动图1-8) 1.3 脚本控制HSlider 在Scene2D的属性设置面板中,增加一个自定义组件脚本。然后,将HSlider拖入到其暴露的属性入口中。需要添加如下的示例代码,实现脚本控制HSlider: const { regClass, property } = L...
来源: Laya3.0_文档 发布时间: 20241014
...t Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag toggle drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY clickHandler ...
来源: Laya3.0_api 发布时间: 20231115
...t Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag toggle drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY clickHandler ...
来源: Laya3.0_api 发布时间: 20231115
...竟然无法自动生成了? ide 2.4 layaair2-cmd 编译报错 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ 2.2.0beta4 ...
来源: Laya_社区 发布时间: 20181228
...效模板 **步骤一**:创建一个UI页面(本例为`EffectAnimation.scene`),然后拖拽一个Button组件到场景编辑器中,如图7所示,(*注意:本例中的button组件在comp目录下*)。 ![图7](img/7.png) (图7) **步骤二**:将制作的缩放动效模板(sca...
来源: Laya2.0_文档 发布时间: 20210715
...;//理解为屏幕坐标,左上角为(0,0) var mesh:MeshSprite3D = scene.addChild(new MeshSprite3D(Mesh.load("sphere-Sphere001.lm"))) as MeshSprite3D; Utils3D.convert3DCoordTo2DScreenCoord(translate, convertTranslate); mesh.transform.localPosition = convertTranslate; ...
来源: Laya_社区 发布时间: 20161215
...而且还被拉伸了 分享:适配LayaAir版本的PureMVC框架 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 关于适配采用showAll后留白部分的颜色问题 mac 用layaair2.0 ide 的编辑模式下,cpu爆满 想让一个2D的图...
来源: Laya_社区 发布时间: 20180806
...e MovieClip Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize basePath hitTestPrior interval loop mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode cacheAs components count cus...
来源: Laya3.0_api 发布时间: 20231115
...置为负数,可以实现垂直反转效果,比如scaleX=-1。Sprite scene : *[read-only] 获得所属场景。 Node scrollRect : Rectangle 显示对象的滚动矩形范围,具有裁剪效果(如果只想限制子对象渲染区域,请使用viewport) srollRect和viewport的区别: 1.sro...
来源: Laya2.0_api 发布时间: 20190513