大约有 160 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0082 秒)
Laya_社区(126) Laya2.0_文档(11) Laya3.0_文档(5) Laya3.0_api(5) Laya2.0_示例(4) Laya_示例(4) Laya2.0_api(3) laya_api(2)
...k类别,指定与其碰撞的类别值之和(值是所有category按位AND的值) label label: string = "RigidBody" Defined in laya/physics/RigidBody.ts:58 [只读]自定义标签 mask mask: number = -1 Defined in laya/physics/RigidBody.ts:56 [只读]指定冲突位掩码碰撞的类别,cate...
来源: Laya3.0_api 发布时间: 20231115
...是否是鼠标事件。 EventDispatcher loadImage(url:String, complete:Handler = null):Sprite 加载并显示一个图片。相当于加载图片后,设置texture属性 注意:2.0改动:多次调用,只会显示一个图片(1.0会显示多个图片),x,y,width,height参数取消。 Spri...
来源: Laya2.0_api 发布时间: 20190513
... npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. C:\Users\Administrator\AppData\Roaming\npm\layaair2-cmd -> C:\Users\Administrator\AppData\R...
来源: Laya_社区 发布时间: 20200211
...yabox.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
...a function $ adb shell am start -n "com.layabox.game/demo.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D Waiting for application to come online: com.layabox.game.test | com.layabox.game Connecting to com.layabox.game Capturing and displaying logcat messages from a...
来源: Laya_社区 发布时间: 20171218
....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
...ur_temperature:43 06-09 11:48:56.944 1040-1555/? D/ArpVerifier: performPollAndLog: 06-09 11:48:56.954 1654-1654/? D/StatusBar.MSimNetworkController: The latest refersh is 2013 ms ago! 06-09 11:48:56.954 1654-1654/? D/StatusBar.MSimNetworkController: refreshviews update icon subscription===0 mMSimPho...
来源: Laya_社区 发布时间: 20170609
...,添加回调方法 http.once(Laya.Event.COMPLETE, this, this.completeHandler); //设置错误事件,添加回调方法 http.once(Laya.Event.ERROR, this, this.errorHandler); //设置进度事件,添加回调方法 http.on(Laya.Event.PROGRESS, this, this.processHandler); } private processHandle...
来源: Laya3.0_文档 发布时间: 20250104
...so M ECD2F000 00000000 0000F000 9DF125180E45AAAD5745B2109DBDF7B30 libandroid.so M ECDA0000 00000000 00003000 6FF48AFBD6DD58708C0798599D3C192C0 libjnigraphics.so M ECDBB000 00000000 00008000 7845093EEFCBEFF6CCB4FF827FC4A50D0 libcompiler_rt.so M EDE18000 00000000 01668000 52F63...
来源: Laya_社区 发布时间: 20180814
...rs 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