大约有 141 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0035 秒)
...方法(其实和eclipse啥的大同小异) 如上图,找到设置里的Tools 》 Exteranl Tools,增加一个叫做layaJS的外部工具。 如果是windows用户,就直接在program那里选LayaAirAS引擎里的laya.js.exe,Parameters就设置成 $ProjectFileDir$"/.actionScriptProperties;ifla...
来源: Laya_社区 发布时间: 20170418
...载布局错误问题 构建app后导入AS报错Could not find com.android.tools.build:gradle:3.1.2. 打开layaide,出现错误,要怎么解决 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds 问题状态 最新活动: 2020-05-17 00:04 浏览: 492 关注: 1 人
来源: Laya_社区 发布时间: 20200517
...了一个解决办法 文章地址 http://www.asroads.com/2019/03/01/tool/Webstorm%E5%A6%82%E4%BD%95%E9%85%8D%E7%BD%AELayabox2-0%E9%A1%B9%E7%9B%AE/ 博客地址 http://www.asroads.com 下面是简单的教程 先自己全局 安装 npm 然后安装 gulp、tbrowserify、vinyl-source-s...
来源: Laya_社区 发布时间: 20181221
...下有别的方法吗 构建app后导入AS报错Could not find com.android.tools.build:gradle:3.1.2. 2.0.0编译报错Cannot find global type 'Array' 运行报错 Uncaught Can not find scene:GameView.scene undefined 问题状态 最新活动: 2022-09-19 17:12 浏览: 9002 关注: 4 人 wq • 2020-0...
来源: Laya_社区 发布时间: 20200623
... /> <script src="jquery-2.1.0.js"></script> <script src="tools.js"></script> <script src="uploadfile.js"></script> <script src='LayaSample.max.js' loader='laya'></script> </body> </html> test.zip 2017-08-10 0 0 分享 微博 QZONE...
来源: Laya_社区 发布时间: 20170810
...ort laya.webgl.WebGLContext; import common.CameraMoveScript; import common.Tool; /** * ... * @author */ public class MeshLoad { public function MeshLoad() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Stage.SCALE_FULL; Laya.stage.screenMode = Stage.SCREEN_NONE; Stat.show(); var scene:Scene = Lay...
来源: Laya_示例 发布时间: 20251130
...e.lm importing ~/internal/Cylinder.lm importing ~/internal/Plane.lm native tools encoding set to cp936 importing ~/internal/Quad.lm importing ~/internal/sky.jpg importing ~/internal/Sphere.lm importing ~/internal/glTFShader/glTFPBR.shader save asset-db save script-asset-db watcher start: 1.330078125...
来源: Laya_社区 发布时间: 20250102
... phasorSpriter3D.begin(Laya.WebGLContext.LINES, camera); Tool.linearModel(layaMonkey, phasorSpriter3D, color, vertex1, vertex2, vertex3); phasorSpriter3D.end(); } }); (function loadUI() { var curStateIndex = 0; Laya.loader.load(["../../res/threeDimen/u...
来源: Laya_社区 发布时间: 20171127
...可以前往下载 > > https://github.com/layabox/layaair-doc/tree/master/tools ### 插件面板的基本介绍 插件下载地址:[插件地址](https://ldc2.layabox.com/layadownload/?type=layaairide-LayaAir%20IDE%202.0.0) ,跳转到下载链接,如图1所示。 (图1) #### 安装...
来源: Laya2.0_文档 发布时间: 20200620
...ort laya.webgl.WebGLContext; import common.CameraMoveScript; import common.Tool; /** * ... * @author */ public class BlinnPhongMaterialLoad { private var rotation:Vector3 = new Vector3(0, 0.01, 0); public function BlinnPhongMaterialLoad() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Stage.SCALE...
来源: Laya_示例 发布时间: 20251130