大约有 114 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0046 秒)
...传递blob对象获得HTMLImageElement noMetaFile?: boolean; //是否不去下载Meta(json)文件 [key: string]: any; } TextureConstructParams { width?: number, height?: number, format?: TextureFormat, mipmap?: boolean, canRead?: boolean, sRGB?: boolean, } TexturePropertyParams { wrapModeU?: number,...
来源: Laya3.0_文档 发布时间: 20241014
...助第三方的js类库来生成二维码。类库代码可以在GitHub上下载,这里我用的是这个[地址](https://github.com/davidshimjs/qrcodejs)。 新建个项目,把下载的qrcode.js添加到index.html中。qrcode的api请参考[地址](https://github.com/davidshimjs/qrcodejs)。具...
来源: Laya2.0_文档 发布时间: 20210715
...助第三方的js类库来生成二维码。类库代码可以再GitHub上下载,这里用的是这个地址。 新建个项目,把下载的qrcode.js添加到index.html中。qrcode的api请参考地址。具体的逻辑代码如下: var div:any = Laya.Browser.document.createElement("div"); thi...
来源: Laya3.0_文档 发布时间: 20241014
...方案,首先需要到 https://github.com/bgrins/javascript-astar 官网下载 astar.js 然后把 astar.js 放到项目的bin目录中,并在 index.html 里引入,如下所示 <script type="text/javascript" src="astar.js"></script> 2.2 A*代码中使用 添加好A*类库之后,...
来源: Laya3.0_文档 发布时间: 20230303