Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UpdateIncrementalTimed(double)

Incrementally updates the HierarchyView displayed content until the time limit is reached.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Method
  • Namespace: Unity.Hierarchy
  • Assembly: UnityEngine.HierarchyModule
public bool UpdateIncrementalTimed(double milliseconds)

Parameters

milliseconds

The maximum time in milliseconds to spend updating the HierarchyView.

Returns

Type

Description

bool
true
if additional invocations are needed to complete the update,
false
otherwise.