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

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

291. laya.ui.FontClip_API3.0 [ 34%]

...点 Parameters node: Node Returns boolean loadImage loadImage(url: string, complete?: Handler): Sprite Inherited from Text.loadImage Defined in laya/display/Sprite.ts:1578 加载并显示一个图片。相当于加载图片后,设置texture属性 注意:2.0改动:多次调用,只会显示一...

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

292. laya.ui.UIGroup_API3.0 [ 34%]

...点 Parameters node: Node Returns boolean loadImage loadImage(url: string, complete?: Handler): Sprite Inherited from Text.loadImage Defined in laya/display/Sprite.ts:1578 加载并显示一个图片。相当于加载图片后,设置texture属性 注意:2.0改动:多次调用,只会显示一...

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

293. laya.ui.TextInput_API3.0 [ 33%]

...。 Laya.loader.load(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var textInput:TextInput = new TextInput("这是一个TextInput实例。");//创建一个 TextInput 类的实例对象 textInput 。 textInput.skin = "res...

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

294. laya.display.Text_API3.0 [ 32%]

...点 Parameters node: Node Returns boolean loadImage loadImage(url: string, complete?: Handler): Sprite Inherited from Text.loadImage Defined in laya/display/Sprite.ts:1578 加载并显示一个图片。相当于加载图片后,设置texture属性 注意:2.0改动:多次调用,只会显示一...

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

295. LayaAir引擎工具会员专属功能介绍(TypeScript-简介篇(TS)-LayaAir引擎简介) [ 31%]

...plate = new Laya.Templet();             template.on(Laya.Event.COMPLETE, this, function() {                 let skeleton = template.buildArmature(0);                 Laya.stage.addChild(skeleton);                 skeleton.pos(300, 300);  ...

来源: Laya2.0_文档 发布时间: 20210714

296. laya.display.Input_API3.0 [ 29%]

...点 Parameters node: Node Returns boolean loadImage loadImage(url: string, complete?: Handler): Sprite Inherited from Text.loadImage Defined in laya/display/Sprite.ts:1578 加载并显示一个图片。相当于加载图片后,设置texture属性 注意:2.0改动:多次调用,只会显示一...

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

297. laya.ui.TextArea_API3.0 [ 28%]

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

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

298. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 21%]

... at Loader.__proto.event (libs/laya.core.js:1384)     at Loader.__proto.complete (libs/laya.core.js:16209)     at Loader.__proto.onLoaded (libs/laya.core.js:16157)     at EventHandler.__proto.runWith (libs/laya.core.js:1627)     at HttpRequest.__proto.event (libs/laya.core.js:1384)     at ...

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