docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method TryAdd

    TryAdd(string, PropertyType)

    Attempts to add a property to the list of shader globals to transfer via PolySpatial.

    Declaration
    public static bool TryAdd(string name, PolySpatialShaderGlobals.PropertyType type)
    Parameters
    Type Name Description
    string name

    The name of the shader global to add.

    PolySpatialShaderGlobals.PropertyType type

    The type of the shader global.

    Returns
    Type Description
    bool

    True if added or already present with the same type, false if already present with a different type (in which case an error will be logged).

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023