|
|
static Skybox * | FromFiles (const char *right, const char *left, const char *top, const char *bottom, const char *front, const char *back) |
| |
| static Node * | GetRoot () |
| |
◆ Create()
Allocates a new "default" version of this node.
- Returns
- A reference to the node.
Reimplemented from Node.
◆ Duplicate()
| Skybox * Skybox::Duplicate |
( |
| ) |
|
|
virtual |
Copies the properties of this node to a newly allocated node, created via Create. Subclasses should override this to copy additional class attributes
- Returns
- A reference to the duplicate
Reimplemented from Node.
◆ Instance()
Creates an instanced version of this node, by calling Duplicate. Subclasses should override this to perform neccesary tasks for instantiation, i.e. adding a physic object to the physics world. Any children of this node will also be instanced.
- Returns
- an instanced version of this node.
Reimplemented from Node.
The documentation for this class was generated from the following files: