• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 591 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0088 秒)

111. laya.ui.ComboBox_API3.0 [ 92%]

...item3,item4,item5"。 Returns ComboBox Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node...

来源: Laya3.0_api 发布时间: 20231115

112. laya.ui.UIGroup_API3.0 [ 92%]

...tring = null 皮肤。 Returns UIGroup Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node...

来源: Laya3.0_api 发布时间: 20231115

113. laya.display.Input_API3.0 [ 92%]

...的 Input 类实例。 Returns Input Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _onPostLayout _onPostLayout: () => void Inherited from Text._onPostLayout Defined in laya/display/Text.ts:203 Type declaration (): void Returns void _ow...

来源: Laya3.0_api 发布时间: 20231115

114. laya.ui.ColorPicker_API3.0 [ 92%]

...en: boolean = true Returns ColorPicker Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node...

来源: Laya3.0_api 发布时间: 20231115

115. laya.ui.TextArea_API3.0 [ 92%]

...本内容字符串。 Returns TextArea Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _graphics _graphics: AutoBitmap Inherited from TextInput._graphics Overrides Sprite._graphics Defined in laya/ui/TextInput.ts:118 _ownGraphics _ownGraphi...

来源: Laya3.0_api 发布时间: 20231115

116. laya.ui.Tab_API3.0 [ 92%]

...fined in laya/ui/Tab.ts:84 Returns Tab Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node...

来源: Laya3.0_api 发布时间: 20231115

117. laya.ui.RadioGroup_API3.0 [ 91%]

...ng = null 皮肤。 Returns RadioGroup Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node...

来源: Laya3.0_api 发布时间: 20231115

118. laya.ui.TextInput_API3.0 [ 91%]

...ring 文本内容。 Returns TextInput Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _graphics _graphics: AutoBitmap Overrides Sprite._graphics Defined in laya/ui/TextInput.ts:118 _ownGraphics _ownGraphics: boolean = false Inherited from ...

来源: Laya3.0_api 发布时间: 20231115

119. 想通过节点1获取子节点2,为啥getChildByName获取不到,并且,节点1的node._children的属性打印出来是空数组 [ 91%]

...1获取子节点2,为啥getChildByName获取不到,并且,节点1的node._children的属性打印出来是空数组 想问个问题,我想通过节点1获取子节点2,为啥getChildByName获取不到,并且,节点1的node._children的属性打印出来是空数组,在UI编辑器里...

来源: Laya_社区 发布时间: 20190907

120. Node.prototype.removeChildren移除计数有问题 [ 91%]

Node.prototype.removeChildren移除计数有问题 直接看源码,此问题不管高低版本都存在: removeChildren(beginIndex = 0, endIndex = 0x7fffffff) { if (this._children && this._children.length > 0) { var childs = this._children; if (beginIndex === 0 && endIndex &g...

来源: Laya_社区 发布时间: 20201103