Scene2DNode
From Crumbled World Wiki
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) |