大约有 201 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0082 秒)
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties PropertyDefined By _isReverse : Boolean = false是否是逆序播放AnimationBasePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By ...
来源: Laya2.0_api 发布时间: 20190513
...rite Node EventDispatcher Object 动效模板。用于为指定目标对象添加动画效果。每个动效有唯一的目标对象,而同一个对象可以添加多个动效。 当一个动效开始播放时,其他动效会自动停止播放。 可以通过LayaAir IDE创建。 Public Propertie...
来源: Laya2.0_api 发布时间: 20190513
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _isReverse : Boolean = false是否是逆序播放AnimationPlayerBasePublic Methods Hid...
来源: laya_api 发布时间: 20170929
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。 Returns number Inherited from AnimationBase.zOrder Defined in laya/display/Sprite.ts:1779 z排序,更改此值,则会按照值的大小对同一容器的所有对象重新排序。值越大,越靠上...
来源: Laya3.0_api 发布时间: 20231102
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。 Returns number Inherited from Text.zOrder Defined in laya/display/Sprite.ts:1833 z排序,更改此值,则会按照值的大小对同一容器的所有对象重新排序。值越大,越靠上。默认...
来源: Laya3.0_api 发布时间: 20231115
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _isReverse : Boolean = false是否是逆序播放AnimationBasePublic Methods Hide Inhe...
来源: Laya2.0_api 发布时间: 20190513
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpritePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By Scene() 创建一个 Scene 实例。 Scene addChild(node:Node):Node[override] 添加子节点。 Scen...
来源: laya_api 发布时间: 20170929
...度。 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
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。 Returns number Inherited from AnimationBase.zOrder Defined in laya/display/Sprite.ts:1779 z排序,更改此值,则会按照值的大小对同一容器的所有对象重新排序。值越大,越靠上...
来源: Laya3.0_api 发布时间: 20231102
...ip 对象的显示位置。 clip.on(Event.CLICK, this, onClick);//给 clip 添加点击事件函数侦听。 Laya.stage.addChild(clip);//将此 clip 对象添加到显示列表。 } private function onClick():void { trace("clip 的点击事件侦听处理函数。clip.total="+ clip.total); if (clip....
来源: Laya3.0_api 发布时间: 20231115