Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IncrementCurrentGroup()

Unity automatically groups undo operations by the current group index.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static void IncrementCurrentGroup()

Remarks

The current group is automatically incremented based on events eg. mouse down events, executing a menu item increments the current group. But sometimes it is necessary to manually group undo operations.