Version: 5.3

Undo.CollapseUndoOperations

매뉴얼로 전환
public static void CollapseUndoOperations (int groupIndex);

파라미터

groupIndex The index to collapse up to.

설명

Collapses all undo operation up to group index together into one step.

This is used by the color picker to combine all color modifications into a single step once the color picker is closed, while they are seperate operations when the color picker is still open.