Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UpdateScope()

Creates a PersistentVariablesSource.BeginUpdating and PersistentVariablesSource.EndUpdating scope.
Read time 1 minuteLast updated 13 days ago

Definition

public static IDisposable UpdateScope()

Returns

Type

Description

IDisposableA scope that calls PersistentVariablesSource.EndUpdating when it is disposed.