Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsUpdating

Whether PersistentVariablesSource.BeginUpdating has been called without a matching PersistentVariablesSource.EndUpdating. This can be used when updating the value of multiple IVariable in order to do a single update after the updates instead of 1 per change.
Read time 1 minuteLast updated 12 days ago

Definition

public static bool IsUpdating { get; }