| Package | alternativa.engine3d.loaders |
| Class | public final class LoadingStage |
| Constant | Defined 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 | ||
| MAIN_FILE | constant |
public static const MAIN_FILE:int = 0The type of loading process stage at which the main file is loaded.
| MATERIAL_LIBRARY | constant |
public static const MATERIAL_LIBRARY:int = 2The type of loading process stage at which a material library is loaded.
| TEXTURE | constant |
public static const TEXTURE:int = 1The type of loading process stage at which textures are loaded.