Scene2DNode

From Crumbled World Wiki
Revision as of 14:18, 5 July 2025 by Anders (talk | contribs) (Created page with "{{:Scene2DNodeExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |Scene2DNode() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |addChild(Scene2DNode node) | |- |bool |getVisible() | |- |Vec2 |getGlobalPosition() | |- |Vec2 |getLocalPosition() | |- |Scene2DNode |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Scene2DNodeExampleCode

Constructor

function description
Scene2DNode()

Functions

return function description
addChild(Scene2DNode node)
bool getVisible()
Vec2 getGlobalPosition()
Vec2 getLocalPosition()
Scene2DNode getParent()
string getName()
removeChild(Scene2DNode node)
setVisible(bool visible)
setLocalPosition(Vec2 position)
setRenderLevel(int level)
setName(string name)