docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method SetGlobalFloat

    SetGlobalFloat(int, float)

    Wraps SetGlobalFloat on a CommandBuffer.

    Declaration
    void SetGlobalFloat(int nameID, float value)
    Parameters
    Type Name Description
    int nameID

    See CommandBuffer documentation

    float value

    See CommandBuffer documentation

    SetGlobalFloat(string, float)

    Wraps SetGlobalFloat on a CommandBuffer.

    Declaration
    void SetGlobalFloat(string name, float value)
    Parameters
    Type Name Description
    string name

    See CommandBuffer documentation

    float value

    See CommandBuffer documentation

    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)