AsImpL 1.0
Asynchronous Importer and run-time Loader for Unity
AsImpL.SingleLoadingProgress 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.SingleLoadingProgress.error = false

◆ fileName

string AsImpL.SingleLoadingProgress.fileName

◆ message

string AsImpL.SingleLoadingProgress.message

◆ numObjects

int AsImpL.SingleLoadingProgress.numObjects = 0

◆ numSubObjects

int AsImpL.SingleLoadingProgress.numSubObjects = 0

◆ percentage

float AsImpL.SingleLoadingProgress.percentage = 0

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