Class CachedInfo
Stores asset information for the cache.
Inherited Members
Namespace: UnityEditor.Build.Pipeline.Utilities
Assembly: Unity.ScriptableBuildPipeline.Editor.dll
Syntax
[Serializable]
public class CachedInfo
Properties
Asset
Stores the asset.
Declaration
public CacheEntry Asset { get; set; }
Property Value
Type | Description |
---|---|
CacheEntry |
Data
Stores extra data related to the asset.
Declaration
public object[] Data { get; set; }
Property Value
Type | Description |
---|---|
object[] |
Dependencies
Stores the asset dependencies.
Declaration
public CacheEntry[] Dependencies { get; set; }
Property Value
Type | Description |
---|---|
CacheEntry[] |