Packagealternativa.engine3d.loaders
Classpublic final class LoadingStage

The constants wich describe possible types of a loading process stages.



Public Constants
 ConstantDefined by
  MAIN_FILE : int = 0
[static] The type of loading process stage at which the main file is loaded.
LoadingStage
  MATERIAL_LIBRARY : int = 2
[static] The type of loading process stage at which a material library is loaded.
LoadingStage
  TEXTURE : int = 1
[static] The type of loading process stage at which textures are loaded.
LoadingStage
Constant detail
MAIN_FILEconstant
public static const MAIN_FILE:int = 0

The type of loading process stage at which the main file is loaded.

MATERIAL_LIBRARYconstant 
public static const MATERIAL_LIBRARY:int = 2

The type of loading process stage at which a material library is loaded.

TEXTUREconstant 
public static const TEXTURE:int = 1

The type of loading process stage at which textures are loaded.