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

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

241. laya.media.VideoNode_API3.0 [ 44%]

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

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

242. laya.ui.Label_API3.0 [ 44%]

...ponent.ts:281 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 example private var _testTips:TestTipsUI = new TestTipsUI(); private function testTips():void { //简单鼠标提示 btn2.toolTip = "这里是鼠标...

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

243. laya.resource.Texture2D_API3.0 [ 43%]

...lock=true的资源。 Returns void Static load load(url: string, complete: Handler): void Defined in laya/resource/Texture2D.ts:240 加载纹理 Parameters url: string 路径 complete: Handler 处理时间 Returns void Globals "laya/resource/Texture2D" Texture2D constructor _id destroyedImmediately ...

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

244. 2D性能优化 · LayaAir3.0文档 · LAYABOX [ 42%]

...var sp=new Laya.Sprite(); sp.loadImage("res/apes/monkey2.png",0,0,0,0,Laya.Handler.create(this,function() { console.log(sp.width,sp.height); })); Laya.stage.addChild(sp); loadImage在加载完成的回调函数触发之后才可以正确获取宽高。 直接调用size设置: Laya.loader.load("res...

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

245. laya.map.TiledMap [ 42%]

...视口 TiledMap  createMap(mapName:String, viewRect:Rectangle, completeHandler:Handler, viewRectPadding:Rectangle = null, gridSize:Point = null, enableLinear:Boolean = true, limitRange:Boolean = false):void 创建地图 TiledMap  destroy():void 销毁地图 TiledMap  getLayerByIndex(index:int)...

来源: laya_api 发布时间: 20170929

246. laya.map.TiledMap [ 42%]

...视口 TiledMap  createMap(mapName:String, viewRect:Rectangle, completeHandler:Handler, viewRectPadding:Rectangle = null, gridSize:Point = null, enableLinear:Boolean = true, limitRange:Boolean = false):void 创建地图 TiledMap  destroy():void 销毁地图 TiledMap  getLayerByIndex(index:int)...

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

247. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 41%]

...p://layabox.com/"; qrcode.makeCode(url); Laya.stage.once("click",this,clickHandler); qrcodeSp = new Sprite(); Laya.stage.addChild(qrcodeSp); } private function clickHandler():void { var url:String = qrcode._oDrawing._elImage.src;//获取,注意这里是异步的,开发者可以加个延时在获...

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

248. LayaAir和原生DOM交互(JavaScript-2D进阶篇(JS)-扩展模块) [ 41%]

...ayabox.com/"; this.qrcode.makeCode(url); Laya.stage.once("click",this,clickHandler); this.qrcodeSp = new Laya.Sprite(); Laya.stage.addChild(this.qrcodeSp); function clickHandler(){ var url = this.qrcode._oDrawing._elImage.src;//获取,注意这里是异步的,开发者可以加个延时在获取...

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

249. LayaAir和原生DOM交互(TypeScript-2D进阶篇(TS)-扩展模块) [ 39%]

...x.com/"; this.qrcode.makeCode(url); Laya.stage.once("click",this,this.clickHandler); this.qrcodeSp = new Laya.Sprite(); Laya.stage.addChild(this.qrcodeSp); } private clickHandler():void{ var url:string = this.qrcode._oDrawing._elImage.src;//获取,注意这里是异步的,开发者可以加个...

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

250. laya.map.TiledMap_API3.0 [ 39%]

...ectangle createMap createMap(mapName: string, viewRect: Rectangle, completeHandler: Handler, viewRectPadding?: Rectangle, gridSize?: Point, enableLinear?: boolean, limitRange?: boolean): void Defined in laya/map/TiledMap.ts:160 创建地图 Parameters mapName: string JSON文件名字 viewRect: Recta...

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