Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ExecuteIncremental()

Executes one command from the hierarchy command list.
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Method
  • Namespace: Unity.Hierarchy
  • Assembly: UnityEngine.HierarchyCoreModule
public bool ExecuteIncremental()

Returns

Type

Description

bool
true
if the command was appended to the list,
false
otherwise.