言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

Undo.IncrementCurrentGroup

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static function IncrementCurrentGroup(): void;
public static void IncrementCurrentGroup();
public static def IncrementCurrentGroup() as void

Description

Unityが自動的にUndo操作をグループ化したもので現在のグループインデックスを取得します

現在のグループは様々なイベントをベースとして自動的に増加されていきます。マウスダウンやメニューアイテムで現在のグループインデックスは増加します。しかしこのAPIを使用する場合、手動でグループインデックスの操作を元に戻す必要が出る時もあります。