Version: 2023.2
言語: 日本語

ImportLogEntry

struct in UnityEditor.AssetImporters

マニュアルに切り替える

説明

Represents a log generated by an importer during the import process. Additional resources: 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.