Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

HierarchyCommandList.ExecuteIncrementalTimed

Declaration

public bool ExecuteIncrementalTimed(double milliseconds);

Parameters

Description
milliseconds The time limit in milliseconds.

Returns

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

Description

Executes commands from the hierarchy command list until a time limit is reached.