Enum ContextUsage | Scriptable Build Pipeline | 1.13.1
docs.unity3d.com
    Show / Hide Table of Contents

    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
    InOut

    Use to indicate that the attribute can be injected to and extracted from a build task.

    0
    In

    Use to indicate that the attribute can only be injected to a build task.

    1
    Out

    Use to indicate that the attribute can only be extracted from a build task.

    2
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023