Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UpdateIncrementalTimed(double)

Updates the hierarchy view model incrementally until a time limit is reached.
Read time 1 minuteLast updated 12 days ago

Definition

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

Parameters

milliseconds

The maximum duration in milliseconds to spend updating the hierarchy view model.

Returns

Type

Description

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