docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method SetGlobalColor

    SetGlobalColor(int, Color)

    Wraps SetGlobalColor on a CommandBuffer.

    Declaration
    public void SetGlobalColor(int nameID, Color value)
    Parameters
    Type Name Description
    int nameID

    See CommandBuffer documentation

    Color value

    See CommandBuffer documentation

    Implements
    IBaseCommandBuffer.SetGlobalColor(int, Color)

    SetGlobalColor(string, Color)

    Wraps SetGlobalColor on a CommandBuffer.

    Declaration
    public void SetGlobalColor(string name, Color value)
    Parameters
    Type Name Description
    string name

    See CommandBuffer documentation

    Color value

    See CommandBuffer documentation

    Implements
    IBaseCommandBuffer.SetGlobalColor(string, Color)
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)