大约有 224 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0078 秒)
...: boolean Inherited from Node.contains Defined in laya/display/Node.ts:536 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node 节点对象 。 Returns boolean 一个布尔值表示是否包含指定的 Node 节点对象 。 customRender customRender(context:...
来源: Laya3.0_api 发布时间: 20231102
...: boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node 节点对象 。 Returns boolean 一个布尔值表示是否包含指定的 Node 节点对象 。 customRender customRender(context:...
来源: Laya3.0_api 发布时间: 20231115
...id{ foodSprite = new Sprite(); Laya.stage.addChild(foodSprite); //初始化当前菜品下标 this.index = 0; //数据数组 foodArray = ; foodArray.push(new Food("菜品1", "1", 0)); foodArray.push(new Food("菜品2", "2", 1)); foodArray.push(new Food("菜品3", "3", 2)); foodArray.push(new Food("...
来源: Laya_社区 发布时间: 20180407
...xt(): string set text(value: string): void Defined in laya/ui/Label.ts:177 当前文本内容字符串。 see laya.display.Text.text Returns string Defined in laya/ui/Label.ts:181 当前文本内容字符串。 see laya.display.Text.text Parameters value: string Returns void textField get textField(...
来源: Laya3.0_api 发布时间: 20231115
...ion和translate有什么不同,前者是直接设置位置,后者是在当前位置基础上移动相应的距离,旋转同理。 看到这里,我相信大家对laya3d坐标系已经有了更深入的了解,同时也对3d精灵的矩阵变换有了更深层...
来源: Laya_社区 发布时间: 20161223
...: boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node 节点对象 。 Returns boolean 一个布尔值表示是否包含指定的 Node 节点对象 。 customRender customRender(context:...
来源: Laya3.0_api 发布时间: 20231115
...er()。 Node clone():Node 克隆。 Sprite3D contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node depth():Number 获取地形Z轴长度。 Terrain destroy(destroyChild:Boolean = true):void[override] 销毁此对象。destroy对象默认会把自己从父节...
来源: Laya2.0_api 发布时间: 20190513
...文本超出宽高后,未尾的几位字符会替换为省略号,表示当前文本还有未显示的内容 Returns string Inherited from Text.overflow Defined in laya/display/Text.ts:626 指定文本超出文本域后的行为 tips: 值为:可见visible、隐藏hidden、滚动:scroll、自动...
来源: Laya3.0_api 发布时间: 20231115
... string set sizeGrid(value: string): void Defined in laya/ui/Button.ts:659 当前实例的位图 AutoImage 实例的有效缩放网格数据。 数据格式:"上边距,右边距,下边距,左边距,是否重复填充(值为0:不重复填充,1:重复填充)",以逗号分隔。 例如:"4,4...
来源: Laya3.0_api 发布时间: 20231115
...组中的一个成员。选择未选中的组成员将取消选择该组中当前所选的 Radio 控件。 see laya.ui.RadioGroup Hierarchy Button Radio Implements ISelect Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThro...
来源: Laya3.0_api 发布时间: 20231115