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

Asynchronous loading progress of a scene. More...

#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.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.
 
i32 jsonIndex_
 Current JSON child array and for JSON mode.
 
LoadMode mode_
 Current load mode.
 
HashSet< StringHashresources_
 Resource name hashes left to load.
 
i32 loadedResources_
 Loaded resources.
 
i32 totalResources_
 Total resources.
 
i32 loadedNodes_
 Loaded root-level nodes.
 
i32 totalNodes_
 Total root-level nodes.
 

Detailed Description

Asynchronous loading progress of a scene.


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