Urho3D
Public Attributes | List of all members
Urho3D::AsyncProgress Struct Reference

Asynchronous loading progress of a scene. More...

#include </home/runner/work/rurho3d.github.io/rurho3d.github.io/urho3d_repo/Source/Urho3D/Scene/Scene.h>

Public Attributes

SharedPtr< Filefile_
 File for binary mode.
 
SharedPtr< XMLFilexmlFile_
 XML file for XML mode.
 
SharedPtr< JSONFilejsonFile_
 JSON file for JSON mode.
 
XMLElement xmlElement_
 Current XML element for XML mode.
 
unsigned jsonIndex_
 Current JSON child array and for JSON mode.
 
LoadMode mode_
 Current load mode.
 
HashSet< StringHashresources_
 Resource name hashes left to load.
 
unsigned loadedResources_
 Loaded resources.
 
unsigned totalResources_
 Total resources.
 
unsigned loadedNodes_
 Loaded root-level nodes.
 
unsigned totalNodes_
 Total root-level nodes.
 

Detailed Description

Asynchronous loading progress of a scene.


The documentation for this struct was generated from the following file: