public final class SCNSceneSourceStatus
extends java.lang.Object
Represents a phase of the loading process.
Each of these constants (except SCNSceneSourceStatusError) represents a phase of the loading process. "Parsing" means that the document is being deserialized, "validating" that it's being checked for consistency, "processing" that the resulting object is being loaded. New values might be added to this enumeration to make it more detailed; however the values will always be ordered in the same order as the corresponding phases are executed.
| Modifier and Type | Field and Description |
|---|---|
static long |
Complete |
static long |
Error |
static long |
Parsing |
static long |
Processing |
static long |
Validating |
public static final long Error
public static final long Parsing
public static final long Validating
public static final long Processing
public static final long Complete