docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method SetGlobalVectorArray

    SetGlobalVectorArray(int, Vector4[])

    Wraps SetGlobalVectorArray on a CommandBuffer.

    Declaration
    public void SetGlobalVectorArray(int nameID, Vector4[] values)
    Parameters
    Type Name Description
    int nameID

    See CommandBuffer documentation

    Vector4[] values

    See CommandBuffer documentation

    Implements
    IBaseCommandBuffer.SetGlobalVectorArray(int, Vector4[])

    SetGlobalVectorArray(string, List<Vector4>)

    Wraps SetGlobalVectorArray on a CommandBuffer.

    Declaration
    public void SetGlobalVectorArray(string propertyName, List<Vector4> values)
    Parameters
    Type Name Description
    string propertyName

    See CommandBuffer documentation

    List<Vector4> values

    See CommandBuffer documentation

    Implements
    IBaseCommandBuffer.SetGlobalVectorArray(string, List<Vector4>)

    SetGlobalVectorArray(int, List<Vector4>)

    Wraps SetGlobalVectorArray on a CommandBuffer.

    Declaration
    public void SetGlobalVectorArray(int nameID, List<Vector4> values)
    Parameters
    Type Name Description
    int nameID

    See CommandBuffer documentation

    List<Vector4> values

    See CommandBuffer documentation

    Implements
    IBaseCommandBuffer.SetGlobalVectorArray(int, List<Vector4>)

    SetGlobalVectorArray(string, Vector4[])

    Wraps SetGlobalVectorArray on a CommandBuffer.

    Declaration
    public void SetGlobalVectorArray(string propertyName, Vector4[] values)
    Parameters
    Type Name Description
    string propertyName

    See CommandBuffer documentation

    Vector4[] values

    See CommandBuffer documentation

    Implements
    IBaseCommandBuffer.SetGlobalVectorArray(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)