docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method SetGlobalMatrix

    SetGlobalMatrix(int, Matrix4x4)

    Wraps SetGlobalMatrix on a CommandBuffer.

    Declaration
    public void SetGlobalMatrix(int nameID, Matrix4x4 value)
    Parameters
    Type Name Description
    int nameID

    See CommandBuffer documentation

    Matrix4x4 value

    See CommandBuffer documentation

    Implements
    IBaseCommandBuffer.SetGlobalMatrix(int, Matrix4x4)

    SetGlobalMatrix(string, Matrix4x4)

    Wraps SetGlobalMatrix on a CommandBuffer.

    Declaration
    public void SetGlobalMatrix(string name, Matrix4x4 value)
    Parameters
    Type Name Description
    string name

    See CommandBuffer documentation

    Matrix4x4 value

    See CommandBuffer documentation

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