Namespace UnityEditor.Build.Pipeline.Injector
Classes
BuildOverwriteProtectedAttribute
When applied together with InjectContextAttribute on a field, context injection skips assigning from the build context if the field already holds a non-null value, so existing references are preserved.
InjectContextAttribute
Use to pass around information between build tasks.
Enums
ContextUsage
Options for how the attribute is used among build tasks. It can be either injected to and or extracted from a build task.