Unigine::WorldExtern Class
Header: | #include <UnigineWorld.h> |
Inherits: | Node |
WorldExtern is a custom user-defined world created via API.
WorldExtern Class
Members
static WorldExternPtr create(const Ptr<Node> & node)
Arguments
- const Ptr<Node> & node - Pointer to Node.
static WorldExternPtr create(int class_id)
Constructor. Creates a custom user-defined world.Arguments
- int class_id - Unique class ID.
int getClassID()
Returns a unique class ID.Return value
Returns a unique class ID if the world exists; otherwise, 0.Last update: 2017-07-03
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)