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

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

311. laya.ui.List [ 34%]

...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _anchorX : Number = NaNX锚点,值为0-1,设置anchorX值最终通过pivotX值来...

来源: Laya2.0_api 发布时间: 20190513

312. 使用3D精灵 · LayaAir3.0文档 · LAYABOX [ 33%]

...否为静态2.4 蒙版层2.5 变换三、子父级关系四、克隆五、添加组件六、添加脚本七、各种渲染精灵简介7.1 Mesh精灵7.2 SkinnedMesh精灵7.3 Particle3D 精灵7.4 PixelLine 精灵7.5 Trail 精灵使用3D精灵(Sprite3D) 一、概述 Sprite3D 是3D的基本节点对...

来源: Laya3.0_文档 发布时间: 20240624

313. laya.ui.List_API3.0 [ 33%]

... 改变选择项执行的处理。 Laya.stage.addChild(list);//将 list 添加到显示列表。 } private function onSelect(index:int):void { trace("当前选择的项目索引: index= ", index); } } } import laya.ui.Box; import laya.ui.Label; class Item extends Box { public function Item() { ...

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

314. laya.ui.AsynDialog [ 33%]

... Show Inherited Public Methods MethodDefined By addChild(node:Node):Node 添加子节点。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟...

来源: laya_api 发布时间: 20170929

315. laya.ui.Tree_API3.0 [ 32%]

...ight = 100;//设置 tree 的高度。 Laya.stage.addChild(tree);//将 tree 添加到显示列表。 } } } import laya.ui.Box; import laya.ui.Clip; import laya.ui.Label; class Item extends Box { public function Item() { this.name = "render"; this.right = 0; this.left = 0; var selectBox:Clip = new Cli...

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

316. laya.ui.Tree [ 32%]

...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By measureHeight : Number[read-only] 显示对象的实际显示区域高度(以像素...

来源: laya_api 发布时间: 20170929

317. laya.ui.DialogManager [ 31%]

...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpritePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  DialogManager() 创建一个新的 DialogManager 类实例。 DialogManager addChild(node:Node):Node ...

来源: laya_api 发布时间: 20170929

318. laya.ui.DialogManager [ 31%]

...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpritePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  DialogManager() 创建一个新的 DialogManager 类实例。 DialogManager addChild(node:Node):Node ...

来源: Laya2.0_api 发布时间: 20190513

319. laya.ui.Dialog_API3.0 [ 29%]

...度。 bg.height = 250;//设置 bg 的高度。 this.addChild(bg);//将 bg 添加到显示列表。 var image = new laya.ui.Image("resource/ui/image.png");//新建一个 Image 类的实例 image 。 this.addChild(image);//将 image 添加到显示列表。 var button = new laya.ui.Button("resource/u...

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

320. laya.ui.List [ 28%]

...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By measureHeight : Number[read-only] 显示对象的实际显示区域高度(以像素...

来源: laya_api 发布时间: 20170929