Version: 2022.3

ExternalFileReference

struct in UnityEditor.Build.Content

切换到手册

描述

Desribes an externally referenced file. This is returned as part of the WriteResult when writing a serialized file.

变量

filePathThe path of the file that is referenced.
guidA GUID that represents the file being referenced. This GUID might be used to locate default editor resources, but generally pathName is used to identify externally referenced files.
typeThe lookup resolution index for the GUID field in the editor. This is used in conjunction with the GUID internally and should not be modified.