UpdateScope()
Creates a PersistentVariablesSource.BeginUpdating and PersistentVariablesSource.EndUpdating scope.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.SmartStrings.Extensions
- Assembly: UnityEngine.SmartStringsModule
public static IDisposable UpdateScope()
Returns
Type | Description |
|---|---|
| IDisposable | A scope that calls PersistentVariablesSource.EndUpdating when it is disposed. |