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.