UndoEngine.UndoInProgress プロパティ

定義

元に戻す操作が実行中であることを示します。

public:
 property bool UndoInProgress { bool get(); };
public bool UndoInProgress { get; }
member this.UndoInProgress : bool
Public ReadOnly Property UndoInProgress As Boolean

プロパティ値

元に戻す操作を実行中の場合は true。それ以外の場合は false

適用対象