docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method RefreshRuntimeParameters

    RefreshRuntimeParameters(bool, bool, bool)

    Checks the current graph runtime graph asset against the reference graph asset. If the reference asset has changed, then updates the current runtime asset to match the reference asset. Then, Updates parameters and bindings to match the (possible) new asset.

    Declaration
    public void RefreshRuntimeParameters(bool forceRefreshGraph = false, bool forceRefreshComponents = false, bool preventComponentDeletion = false)
    Parameters
    Type Name Description
    bool forceRefreshGraph

    Refresh the graph even if the reference asset hasn't changed.

    bool forceRefreshComponents

    Refresh components, even if nothing is outdated.

    bool preventComponentDeletion

    Do not delete any components when refreshing.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)