Interface IDependencyData
Base interface for the dependency data container
Namespace: UnityEditor .Build.Pipeline.Interfaces
Assembly: solution.dll
Syntax
public interface IDependencyData : IContextObject
Properties
Name | Description |
---|---|
Asset |
Map of Asset to dependency data. |
Asset |
Map of Asset to usage data. |
Dependency |
Map of Asset or Scene to pre-calculated dependency hash for caching. |
Dependency |
Reusable cache for calculating usage tags |
Global |
BuildUsageTagGlobal value from GraphicsSettings |
Scene |
Map of Scene to dependency data. |
Scene |
Map of Scene to usage data. |