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

大约有 673 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0086 秒)

641. laya.ui.Radio_API3.0 [ 14%]

... ISelect._scene Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Implementation of ISelect._skinBaseUrl Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以...

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

642. laya.ui.OpenDataContextView_API3.0 [ 14%]

...ne _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherit...

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

643. laya.ui.Panel_API3.0 [ 14%]

...ne _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherit...

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

644. laya.ui.LayoutBox_API3.0 [ 14%]

...ne _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherit...

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

645. laya.ui.HSlider_API3.0 [ 14%]

...private var hSlider:HSlider; public function HSlider_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/hslider.png", "resource/ui/hslider$bar.png"], Handler.create(this, onLoadComplete));//加...

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

646. laya.ui.VSlider_API3.0 [ 14%]

...private var vSlider:VSlider; public function VSlider_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vslider.png", "resource/ui/vslider$bar.png"], Handler.create(this, onLoadComplete));//加...

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

647. laya.ui.TipManager_API3.0 [ 14%]

...ne _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherit...

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

648. laya.ui.RadioGroup_API3.0 [ 14%]

...lass RadioGroup_Example { public function RadioGroup_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/radio.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function on...

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

649. laya.ui.ViewStack_API3.0 [ 14%]

...ne _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherit...

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

650. laya.ui.Clip_API3.0 [ 14%]

...xample { private var clip:Clip; public function Clip_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 onInit(); } private function onInit():void { clip = new Clip("resource/ui/clip_num.png", 10, 1);//创建一个 Clip 类...

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