818人加入学习
(6人评价)
Cocos Creator初学者零基础小白入门教程2024最新版-基于3.8.x

完成于2024年12月27日 使用Cocos Creator 3.8.4 编辑器使用VS Code

价格 免费

this.node.setPosition(100,200)

this.node.setRotationFromEuler(0,0,45)

this.node.setScale(2,2)

 

let newNode = new Node("newnode")

this.node.addChild(newNode)

directior.getScene().addChild(newNode)

newNode.setParent(this.node)

this.node.getChildByName("newNode")

find("Canvas/bird").name

this.node.removeAllChildren()

this.node.destroy()

 

[展开全文]

this.node.setRotationFromEuler(0,0,90);

二维角度

[展开全文]

授课教师

老师Jokey

课程特色

下载资料(3)
视频(82)