大约有 7 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0047 秒)
...图编辑器,选中要分组的图层,在图层的自定义属性栏,添加一个名为`layer`的`string`类型属性。操作如图14-1所示。 ![图14-1](img/14-1.png) (图14-1) 点击OK,添加完成后,将所有添加了自定义属性layer的图层。设置分组名称。 例如...
来源: Laya2.0_文档 发布时间: 20210715
...图编辑器,选中要分组的图层,在图层的自定义属性栏,添加一个名为`layer`的`string`类型属性。操作如图14-1所示。 ![图14-1](img/14-1.png) (图14-1) 点击OK,添加完成后,将所有添加了自定义属性layer的图层。设置分组名称。 例如...
来源: Laya2.0_文档 发布时间: 20210715
...图编辑器,选中要分组的图层,在图层的自定义属性栏,添加一个名为`layer`的`string`类型属性。操作如图14-1所示。 ![图14-1](img/14-1.png) (图14-1) 点击OK,添加完成后,将所有添加了自定义属性layer的图层。设置分组名称。 例如...
来源: Laya2.0_文档 发布时间: 20210714
...设置——环境变量, 选中path点编辑,把prefix后的路径,添加到path(环境变量)后。即可完成环境变量的注册。 ![图](img/26.png) ##### 失败:禁止运行脚本 输入layaair2-cmd命令后,如果出现“……禁止运行脚本……about_ Execution_Policie...
来源: Laya2.0_文档 发布时间: 20210715
...github.com/davidshimjs/qrcodejs)。 新建个项目,把下载的qrcode.js添加到index.html中。qrcode的api请参考[地址](https://github.com/davidshimjs/qrcodejs)。具体的逻辑代码如下: ```typescript //初始化引擎 Laya.init(600,400); Laya.stage.bgColor = "#ffcccc"; var div = La...
来源: Laya2.0_文档 发布时间: 20210714
...github.com/davidshimjs/qrcodejs)。 新建个项目,把下载的qrcode.js添加到index.html中。qrcode的api请参考[地址](https://github.com/davidshimjs/qrcodejs)。具体的逻辑代码如下: ```typescript class Main { //二维码对象 private qrcode:any; private qrcodeSp:Laya.Sprite; c...
来源: Laya2.0_文档 发布时间: 20210715
...github.com/davidshimjs/qrcodejs)。 新建个项目,把下载的qrcode.js添加到index.html中。qrcode的api请参考[地址](https://github.com/davidshimjs/qrcodejs)。具体的逻辑代码如下: ```java package { import laya.display.Sprite; import laya.utils.Browser; public class Main { //...
来源: Laya2.0_文档 发布时间: 20210715