Updating
Whether the hierarchy view model is currently updating.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyCoreModule
public bool Updating { get; }
Remarks
This happens when HierarchyViewModel.UpdateIncremental or HierarchyViewModel.UpdateIncrementalTimed is used.