docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method SetGlobalMatrixArray

    SetGlobalMatrixArray(int, Matrix4x4[])

    Wraps SetGlobalMatrixArray on a CommandBuffer.

    Declaration
    public void SetGlobalMatrixArray(int nameID, Matrix4x4[] values)
    Parameters
    Type Name Description
    int nameID

    See CommandBuffer documentation

    Matrix4x4[] values

    See CommandBuffer documentation

    Implements
    IBaseCommandBuffer.SetGlobalMatrixArray(int, Matrix4x4[])

    SetGlobalMatrixArray(string, List<Matrix4x4>)

    Wraps SetGlobalMatrixArray on a CommandBuffer.

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

    See CommandBuffer documentation

    List<Matrix4x4> values

    See CommandBuffer documentation

    Implements
    IBaseCommandBuffer.SetGlobalMatrixArray(string, List<Matrix4x4>)

    SetGlobalMatrixArray(int, List<Matrix4x4>)

    Wraps SetGlobalMatrixArray on a CommandBuffer.

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

    See CommandBuffer documentation

    List<Matrix4x4> values

    See CommandBuffer documentation

    Implements
    IBaseCommandBuffer.SetGlobalMatrixArray(int, List<Matrix4x4>)

    SetGlobalMatrixArray(string, Matrix4x4[])

    Wraps SetGlobalMatrixArray on a CommandBuffer.

    Declaration
    public void SetGlobalMatrixArray(string propertyName, Matrix4x4[] values)
    Parameters
    Type Name Description
    string propertyName

    See CommandBuffer documentation

    Matrix4x4[] values

    See CommandBuffer documentation

    Implements
    IBaseCommandBuffer.SetGlobalMatrixArray(string, Matrix4x4[])
    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)