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

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

321. laya.ui.ProgressBar_API3.0 [ 33%]

...ource/ui/progress$bar.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { progressBar = new ProgressBar("resource/ui/progress.png");//创建一个 ProgressBar 类的实例对象 progressBar 。 progressBar.x = 100;//设置 progressBar 对象的...

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

322. laya.ui.TextArea_API3.0 [ 33%]

...d(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var textArea:TextArea = new TextArea("这个一个TextArea实例。");//创建一个 TextArea 类的实例对象 textArea 。 textArea.skin = "resource/ui/input.png";//设...

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

323. laya.display.EffectAnimation_API3.0 [ 32%]

... Inherited from Node.url Defined in laya/display/Node.ts:67 如果节点从资源中创建,这里记录是他的url Returns string Inherited from Node.url Defined in laya/display/Node.ts:74 设置资源的URL Parameters path: string Returns void viewport get viewport(): Rectangle set viewport(valu...

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

324. laya.ui.VScrollBar_API3.0 [ 32%]

....loader.load(res, laya.utils.Handler.create(this, onLoadComplete));//加载资源。 function onLoadComplete() { vScrollBar = new laya.ui.VScrollBar();//创建一个 vScrollBar 类的实例对象 hScrollBar 。 vScrollBar.skin = "resource/ui/vscroll.png";//设置 vScrollBar 的皮肤。 vScrollBar.x...

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

325. laya.d3.core.Camera_API3.0 [ 32%]

... Inherited from Node.url Defined in laya/display/Node.ts:67 如果节点从资源中创建,这里记录是他的url Returns string Inherited from Node.url Defined in laya/display/Node.ts:74 设置资源的URL Parameters path: string Returns void viewMatrix get viewMatrix(): Matrix4x4 Defined in la...

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

326. laya.device.media.Video_API3.0 [ 32%]

... Inherited from Node.url Defined in laya/display/Node.ts:66 如果节点从资源中创建,这里记录是他的url Returns string Inherited from Node.url Defined in laya/display/Node.ts:73 设置资源的URL Parameters path: string Returns void videoHeight get videoHeight(): number Defined in lay...

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

327. laya.d3.webxr.core.WebXRCamera_API3.0 [ 31%]

... Inherited from Node.url Defined in laya/display/Node.ts:67 如果节点从资源中创建,这里记录是他的url Returns string Inherited from Node.url Defined in laya/display/Node.ts:74 设置资源的URL Parameters path: string Returns void viewMatrix get viewMatrix(): Matrix4x4 Inherited fro...

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

328. laya.media.VideoNode_API3.0 [ 31%]

... Inherited from Node.url Defined in laya/display/Node.ts:67 如果节点从资源中创建,这里记录是他的url Returns string Inherited from Node.url Defined in laya/display/Node.ts:74 设置资源的URL Parameters path: string Returns void videoHeight get videoHeight(): number Defined in lay...

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

329. laya.ui.RadioGroup_API3.0 [ 31%]

...d(["resource/ui/radio.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var radioGroup:RadioGroup = new RadioGroup();//创建一个 RadioGroup 类的实例对象 radioGroup 。 radioGroup.pos(100, 100);//设置 radioGroup 的位置信息。 rad...

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

330. laya.ui.Tab_API3.0 [ 31%]

...oad(["resource/ui/tab.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var tab:Tab = new Tab();//创建一个 Tab 类的实例对象 tab 。 tab.skin = "resource/ui/tab.png";//设置 tab 的皮肤。 tab.labels = "item0,item1,item2";//设置 t...

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