討論串[程式] Godot node/scene structure
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
Node/Scene structure in Godot. C++ Programmer Perspective. 寫給熟悉 C++,且依文件寫完 Godot 的 2D範例遊戲後,. 依然對 node/scene 的觀念感覺有點混亂的人看的. 1. Godot 裡的最基本元素是 Node,概念上等
(還有2694個字)
內容預覽:
推Godot 還有web版本 雖然我沒用過. 補充一下血與淚. Godot的基底是Object, Node繼承Object. 原始碼. object.h. class Object {. node.h. class Node : public Object {. 這點很重要, Node有很多成員.
(還有913個字)
首頁
上一頁
1
下一頁
尾頁