Enum FileType
Options for the type of a particular file.
Namespace: UnityEditor.Build.CacheServer
Syntax
public enum FileType : int
Fields
| Name | Description | Value |
|---|---|---|
| Asset | Use to indicate that the file is an asset. |
|
| Info | Use to indicate that the file holds information for an asset/resource. |
|
| Resource | Use to indicate that the file is a resource. |