大约有 1,210 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
Laya2.0_文档(638) Laya_社区(374) Laya3.0_文档(187) laya_api(3) Laya_示例(2) Laya3.0_api(2) Laya2.0_示例(2) Laya2.0_api(2)
...标或文字,如图1所示,即可进入新建项目界面。 ![图1](img/1.png) (图1) #### 步骤二: 选择 `LayaAir 2D示例项目` 在填写项目名称、项目路径、以及选择编程语言和引擎版本后,点击“`创建`”即可建立一个新的空项目。如图2所示...
来源: Laya2.0_文档 发布时间: 20210715
...或者使用LayaAirIDE创建的ani动画。如动图1所示。 ![动图1](img/1.gif) (动图1) Animation的API介绍请参考 [https://layaair.ldc.layabox.com/api/?category=Core&class=laya.display.Animation](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&ca...
来源: Laya2.0_文档 发布时间: 20210714
...或者使用LayaAirIDE创建的ani动画。如动图1所示。 ![动图1](img/1.gif) (动图1) Animation的API介绍请参考 [https://layaair.ldc.layabox.com/api/?category=Core&class=laya.display.Animation](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&ca...
来源: Laya2.0_文档 发布时间: 20210714
...中,我们会对代码模式菜单栏做详细的介绍。 ![blob.png](img/1.png) (图1)菜单栏面板 ## 一、文件 ![blob.png](img/2.png) (图2)文件列表 **新建项目**:弹出新建项目窗口以供用户选择新建项目名称、位置、项目类型,目前...
来源: Laya2.0_文档 发布时间: 20210714
...矢量矩形。该方法的详细说明如下图所示: ![blob.png](img/1.png) (图1) 下面我们用LayaAir引擎绘制矢量矩形,示例代码如下: ```typescript module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; export cl...
来源: Laya2.0_文档 发布时间: 20210715
...或者使用LayaAirIDE创建的ani动画。如动图1所示。 ![动图1](img/1.gif) (动图1) Animation的API介绍请参考 [https://layaair.ldc.layabox.com/api/?category=Core&class=laya.display.Animation](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&ca...
来源: Laya2.0_文档 发布时间: 20210715
js如何获取list中box的属性 js如何获取list下box下面img的属性,在List.mouseHandler时触发,要求每次触发都只是获取鼠标当前选中的box 2017-08-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...
来源: Laya_社区 发布时间: 20170807
...在`创建`新地图时**必须**为`CSV格式`,如图1所示。 ![图1](img/1.png) (图1) **如果创建的时候选错了**,也可以在属性面板里,将`图块层格式`**改为CSV或者是XML**,如图2所示,**Base64相关的格式都不支持。** ![图2](img/2.png) (图2) #### ...
来源: Laya2.0_文档 发布时间: 20210714
...tmlCanvas 像素级操作 function showSprite() { Laya.loader.load("../src/img/testImg.png",Laya.Handler.create(this,graphicsImg)); } function graphicsImg() { //临时sprite var img = new Laya.Sprite(); //img.graphics.drawTexture(Laya.loader.getRes(("../src/img/testImg.png"),0,0)); //获取图片资...
来源: Laya_社区 发布时间: 20180413
...无素 比如: for (var i = 0; i < tempStringArray.length; i++) { var img = new Laya.Image(); //加载显示图片,坐标位于100,50 var tempImageName = "comp/poke_" + tempStringArray[i] + ".png"; img.loadImage(tempImageName, i * 30, 5); img.scaleX = 0.4; img.scaleY = 0.4; myBox_player2chupa...
来源: Laya_社区 发布时间: 20180223