Enum CacheEntry.EntryType
Options for the cache entry type.
Namespace: UnityEditor.Build.Pipeline.Utilities
Assembly: Unity.ScriptableBuildPipeline.Editor.dll
Syntax
public enum CacheEntry.EntryType
Fields
Name | Description |
---|---|
Asset | Indicates that the entry is an asset. |
Data | Indicates that the entry holds general data. |
File | Indicates that the entry is a file. |
ScriptType | Indicates that the entry is a type. |