Version: 2022.3

ImportLogEntry

struct in UnityEditor.AssetImporters

切换到手册

描述

Represents a log generated by an importer during the import process. See Also: AssetImportContext.LogImportError, AssetImportContext.LogImportWarning

变量

contextThe object that caused the log to be generated.
fileThe file in which the log occured.
flagsThe severity of the log entry.
lineThe line of code at which the log occured.
messageThe message of the log.