ImportLog
Container class that holds the collection of logs generated by an importer during the import process.
Read time 4 minutesLast updated 9 days ago
Definition
- Type: Class
- Namespace: UnityEditor.AssetImporters
- Assembly: UnityEditor
- Inherits from: Object
[ExcludeFromObjectFactory]public sealed class ImportLog : Object
Remarks
Additional Resources: AssetImportContext.LogImportError, AssetImportContext.LogImportWarning.
Properties
Property | Description |
|---|---|
| logEntries | Returns the collection of import log entries. |
Structs
Struct | Description |
|---|---|
| ImportLog.ImportLogEntry | Represents a log generated by an importer during the import process. Additional Resources: AssetImportContext.LogImportError, AssetImportContext.LogImportWarning |
Inheritance
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |