docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Update

    Update(BuiltinSkyParameters)

    HDRP calls this function once every frame. Implement it if your CloudRenderer needs to iterate independently of the user defined update frequency (see CloudSettings UpdateMode).

    Declaration
    protected virtual bool Update(BuiltinSkyParameters builtinParams)
    Parameters
    Type Name Description
    BuiltinSkyParameters builtinParams

    Engine parameters that you can use to update the clouds.

    Returns
    Type Description
    bool

    True if the update determines that cloud lighting needs to be re-rendered. False otherwise.

    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)