AsImpL  1.0
Asynchronous Importer and run-time Loader for Unity
AsImpL.FileLoadingProgress Class Reference

Loading progress information for a single OBJ loader More...

Public Attributes

string fileName
 
string message
 
float percentage = 0
 
int numObjects = 0
 
int numSubObjects = 0
 
bool error = false
 

Detailed Description

Loading progress information for a single OBJ loader

Member Data Documentation

◆ error

bool AsImpL.FileLoadingProgress.error = false

◆ fileName

string AsImpL.FileLoadingProgress.fileName

◆ message

string AsImpL.FileLoadingProgress.message

◆ numObjects

int AsImpL.FileLoadingProgress.numObjects = 0

◆ numSubObjects

int AsImpL.FileLoadingProgress.numSubObjects = 0

◆ percentage

float AsImpL.FileLoadingProgress.percentage = 0

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