WorldExtern Class
UnigineScript is deprecated and will be removed in future releases. Please consider using C#/C++ instead, as these APIs are the preferred ones. Availability of new Engine features in UnigineScipt is not guaranteed, as the current level of support assumes only fixing critical issues.
Inherits: | 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 WorldExtern ( Node node ) #
Constructor.Arguments
- Node node - Node instance.
static WorldExtern ( 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:
2020-04-10
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)