-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Layabox游戏引擎 #398
Comments
一、laya学习笔记 --- layabox环境搭建 HelloWorld(坑:ts版本问题解决方案) 一、下载layabox 首页上有两个,一个Engine,一个IDE Engine我下载的TS版本,解压后,就是一个库 IDE则是绿色版的,下载无需安装即可使用。我下载的当前最新版本1.7.19.1 beta |
LayaAir2.x项目编译的三种方式 一、 使用Laya官方编译器–layaair2-cmd
二、 Webpack
三、EsBuild
总结 |
关于Laya引擎的一些思考 |
酱油师兄 laya引擎学习(一、初识) laya引擎学习(二、第一个界面) laya引擎学习(三、laya节点树) laya引擎学习(四、生命周期) |
Laya Sprite 游戏中Sprite精灵是在屏幕中能够被控制的显示对象,如果屏幕中的显示对象不能被控制那就只是一个节点。
ObjectSprite是基础的显示图形的显示列表节点,LayaAir引擎核心显示类只有一个Sprite类,Sprite会针对不同情况自动渲染优化。 |
Laya引擎生产力工具LayaTree LayaTree是Chrome浏览器平台上的专门为Laya引擎设计的生产力工具。能在项目运行时阶段进行调试和修改。 |
搜到的demo https://github.com/Lyall-X/laya_lesson 打地鼠 |
该项目是基于tsconfig.json的 怎么运行? npm install -g typescript 怎么运行? npm install -g layaair2-cmd |
https://github.com/yanmingjie0223/Laya BaseClass |
https://github.com/Edimier/laya_bomb |
https://github.com/lanbomo/laya-snakes |
最初搜 Laya.Sprite https://github.com/dream-young-soul/h5_mir tsc报错 tsc 28 public _ShowItemTipsType:UI.ShowItemTipsType = 0; //当前要显示的道具tips类型
|
Layabox
The text was updated successfully, but these errors were encountered: