UndoEngine.UndoInProgress 속성

정의

실행 취소 작업이 처리 중인지 여부를 나타냅니다.

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

속성 값

실행 취소 작업이 처리 중이면 true이고, 그렇지 않으면 false입니다.

적용 대상