docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method SetGlobalVector

    SetGlobalVector(int, Vector4)

    Wraps SetGlobalVector on a CommandBuffer.

    Declaration
    public void SetGlobalVector(int nameID, Vector4 value)
    Parameters
    Type Name Description
    int nameID

    See CommandBuffer documentation

    Vector4 value

    See CommandBuffer documentation

    Implements
    IBaseCommandBuffer.SetGlobalVector(int, Vector4)

    SetGlobalVector(string, Vector4)

    Wraps SetGlobalVector on a CommandBuffer.

    Declaration
    public void SetGlobalVector(string name, Vector4 value)
    Parameters
    Type Name Description
    string name

    See CommandBuffer documentation

    Vector4 value

    See CommandBuffer documentation

    Implements
    IBaseCommandBuffer.SetGlobalVector(string, Vector4)
    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)