Urho3D
Public Attributes
Urho3D::AsyncProgress Struct Reference

Asynchronous loading progress of a scene. More...

#include <Scene.h>

List of all members.

Public Attributes

SharedPtr< Filefile_
 File for binary mode.
SharedPtr< XMLFilexmlFile_
 XML file for XML mode.
XMLElement xmlElement_
 Current XML element for XML mode.
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: