Loader QML Type
Loader of nodes More...
Import Statement: | import osgDB 2.0 |
Inherits: |
Properties
Detailed Description
The Loader item allows dynamically loading an Node-based subtree from a URL
Property Documentation
This property holds the URL of the Node to instantiate.
This property holds the status of Node loading. It can be one of:
- Loader.Null - the node source has not been set
- Loader.Loading - the node source is currently being loaded
- Loader.Ready - the node source has been loaded
- Loader.Error - an error occurred while loading the node source