Enum ContextUsage
Options for how the attribute is used among build tasks. It can be either injected to and or extracted from a build task.
Namespace: UnityEditor.Build.Pipeline.Injector
Syntax
public enum ContextUsage
Fields
Name | Description | Value |
---|---|---|
In | Use to indicate that the attribute can only be injected to a build task. |
|
InOut | Use to indicate that the attribute can be injected to and extracted from a build task. |
|
Out | Use to indicate that the attribute can only be extracted from a build task. |