Method Update
Update(GlobalDynamicResolutionSettings, Action)
Update the state of the dynamic resolution system.
Declaration
public void Update(GlobalDynamicResolutionSettings settings, Action OnResolutionChange = null)
Parameters
Type | Name | Description |
---|---|---|
GlobalDynamicResolutionSettings | settings | The settings that are to be used by the dynamic resolution system. |
Action | OnResolutionChange | An action that will be called every time the dynamic resolution system triggers a change in resolution. |