ImportLog.ImportLogEntry
Represents a log generated by an importer during the import process. Additional Resources: AssetImportContext.LogImportError, AssetImportContext.LogImportWarning
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.AssetImporters
- Assembly: UnityEditor.CoreModule
public struct ImportLog.ImportLogEntry
Fields
Value | Description |
|---|---|
| file | The file in which the log occured. |
| flags | The severity of the log entry. |
| line | The line of code at which the log occured. |
| message | The message of the log. |
Properties
Property | Description |
|---|---|
| context | The object that caused the log to be generated. |