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

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

701. laya.device.geolocation.Geolocation_API3.0 [ 74%]

...ly exported Menu Globals "laya/device/geolocation/Geolocation" Geolocation Class Geolocation 使用前可用supported查看浏览器支持。 Hierarchy Geolocation Index Constructors constructor Properties PERMISSION_DENIED POSITION_UNAVAILABLE TIMEOUT enableHighAccuracy maximumAge supported timeout...

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

702. laya.net.Downloader_API3.0 [ 74%]

...ited Externals Only exported Menu Globals "laya/net/Downloader" Downloader Class Downloader Hierarchy Downloader Index Properties httpRequestPool Methods audio common image imageWithBlob imageWithWorker Properties httpRequestPool httpRequestPool: Array<HttpRequest> = [] Defined in laya/net/Dow...

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

703. laya.display.cmd.DrawTrianglesCmd [ 74%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames DrawTrianglesCmdProperties | Methods | Constants Packagelaya.display.cmdClasspublic class DrawTrianglesCmdInheritanceDrawTrianglesCmd Object 绘制三角形命令 Public Properties PropertyDefined By  alpha : Number ...

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

704. laya.device.geolocation.GeolocationInfo [ 74%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames GeolocationInfoProperties | Methods Packagelaya.device.geolocationClasspublic class GeolocationInfoInheritanceGeolocationInfo ObjectPublic Properties PropertyDefined By  accuracy : Number[read-only] GeolocationInfo ...

来源: laya_api 发布时间: 20170929

705. laya.device.geolocation.GeolocationInfo [ 74%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames GeolocationInfoProperties | Methods Packagelaya.device.geolocationClasspublic class GeolocationInfoInheritanceGeolocationInfo ObjectPublic Properties PropertyDefined By  accuracy : Number[read-only] GeolocationInfo ...

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

706. 微信小游戏提审后,提示说代码侵权 [ 74%]

...各位读者收获满满!混淆代码的思路: 1、修改所有代码Class 类名称不要重复 2、修改全部全局属性、和至少 1/3的方法名称不要重复(这部分可以写程序去批量改) 3、打乱那些基类、工具类里面的方法顺序, 举例 Class A里面有 F...

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

707. laya.display.cmd.DrawPieCmd [ 74%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames DrawPieCmdProperties | Methods | Constants Packagelaya.display.cmdClasspublic class DrawPieCmdInheritanceDrawPieCmd Object 绘制扇形 Public Properties PropertyDefined By  endAngle : Number 结束角度。 DrawPieC...

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

708. laya.utils.Handler_API3.0 [ 74%]

...nherited Externals Only exported Menu Globals "laya/utils/Handler" Handler Class Handler Handler 是事件处理器类。 推荐使用 Handler.create() 方法从对象池创建,减少对象创建消耗。创建的 Handler 对象不再使用后,可以使用 Handler.recover() 将其回收到对象...

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

709. laya.utils.CacheManger [ 73%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames CacheMangerProperties | Methods Packagelaya.utilsClasspublic class CacheMangerInheritanceCacheManger Object 对象缓存统一管理类 Public Properties PropertyDefined By  loopTimeLimit : int = 2[static] 单次清...

来源: laya_api 发布时间: 20170422

710. 获取不到父物体 节点 [ 73%]

...库 2.2.0beta 新手小白 不明白为什么都是null 的export default class startScene extends Laya.Scene { private sp: Sprite; public constructor() { super(); console.log("startScene"); console.log(Laya.stage.name); console.log(Laya.stage.numChildren); console.log(this.numChildren); console.log...

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