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. |