pull/2/head
jaysunxiao 2021-12-12 20:24:47 +08:00
parent 70da3096a9
commit d159c94a32
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ Sprite用来显示一张图片再给Sprite增加一个刚体
# 2. Node节点
- Node节点基类节点所有节点都会基础Node节点
- Node节点是基类节点所有节点都会继承Node节点所以其它类型都包含Node节点的功能
- Node节点是最核心的节点所有其他类型节点都是由Node节点派生出来的
![Image text](image/node2d-01.JPG)