Unigine::WorldExtern Class
Header: | #include <UnigineWorld.h> |
Inherits from: | Node |
WorldExtern is a custom user-defined world created via API.
See Also#
A C++ API sample located in the <UnigineSDK>/source/samples/Api/Nodes/WorldExtern folder
WorldExtern Class
Members
static WorldExternPtr create ( const Ptr<Node> & node ) #
Constructor.Arguments
static WorldExternPtr create ( int class_id ) #
Constructor. Creates a custom user-defined world.Arguments
- int class_id - Unique class ID.
int getClassID ( ) const#
Returns a unique class ID.Return value
Returns a unique class ID if the world exists; otherwise, 0.static int type ( ) #
Returns the type of the node.Return value
WorldExtern type identifier.Last update:
2024-08-16
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)