UndoEngine.UndoUnit.IsEmpty 속성

정의

UndoEngine.UndoUnit에 이벤트가 없는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

UndoEngine.UndoUnit에 이벤트가 없으면 true이고, 그렇지 않으면 false입니다.

설명

실행 취소 엔진 빈 단위를 삭제할 수 있습니다.

적용 대상