大约有 732 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0068 秒)
Laya_社区(325) Laya2.0_文档(105) Laya3.0_api(98) Laya2.0_api(84) laya_api(66) Laya3.0_文档(52) Laya_示例(2)
...用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,...
来源: Laya2.0_api 发布时间: 20190513
...是用于表示位图图像或绘制图形的显示对象。 Image和Clip组件是唯一支持异步加载的两个组件,比如img.skin = "abc/xxx.png",其他UI组件均不支持异步加载。 See alsolaya.ui.AutoBitmapPublic Properties Hide Inherited Public Properties Show Inherited Public Pr...
来源: Laya2.0_api 发布时间: 20190513
... 物理引擎 刚体碰撞点位置获取不正确 请问如何让textinput组件输入密码的时候显示*号? 怎么获得laya.input输入框里面的值 怎么获取对象的坐标 如何获取一个3D模型的长宽高? 想让一个2D的图形被鼠标点击时缩放一下,或左右摇...
来源: Laya_社区 发布时间: 20170808
...。 生命周期:preinitialize > createChildren > initialize > 组件构造函数 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场...
来源: Laya2.0_api 发布时间: 20190513
# RadioGroup 组件详解 > 由于很多组件属性是通用的,常用及通用的组件属性在`属性设置器`文档中已进行介绍。阅读本篇内容前请先阅读《属性设置器》文档。 ## 1、了解RadioGroup组件 ### 1.1 RadioGroup组件的作用 RadioGroup是单选框按钮...
来源: Laya2.0_文档 发布时间: 20210715
..... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏...
来源: Laya2.0_api 发布时间: 20190513
...eritanceTab UIGroup Box UIComponent Sprite Node EventDispatcher Object Tab 组件用来定义选项卡按钮组。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[r...
来源: Laya2.0_api 发布时间: 20190513
...用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,...
来源: Laya2.0_api 发布时间: 20190513
...建一个View页面 ![6](img/6.png) (图6) **步骤二**:将组件中的曲线组件拖动到View页面上,就会自动生成默认的曲线 ![7](img/7.png) (图7) **步骤三**:修改(添加/减少)Rect组件属性中的数值,改变矩形的大小、颜色、旋...
来源: Laya2.0_文档 发布时间: 20210715
...rited from Node.components Defined in laya/display/Node.ts:983 返回所有组件实例。 Returns ReadonlyArray<Component> 返回组件实例数组。 destroyed get destroyed(): boolean Inherited from Node.destroyed Defined in laya/display/Node.ts:92 是否已经销毁。对象销毁后不能...
来源: Laya3.0_api 发布时间: 20231115