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 |
---|---|
AssetInfo | Map of Asset to dependency data. |
AssetUsage | Map of Asset to usage data. |
DependencyHash | Map of Asset or Scene to pre-calculated dependency hash for caching. |
DependencyUsageCache | Reusable cache for calculating usage tags |
GlobalUsage | BuildUsageTagGlobal value from GraphicsSettings |
SceneInfo | Map of Scene to dependency data. |
SceneUsage | Map of Scene to usage data. |