Constructor ApplyDefaultUndoAttribute
ApplyDefaultUndoAttribute(string)
Use this attribute on action classes to have the default undo behaviour applied.
선언
public ApplyDefaultUndoAttribute(string undoTitle = null)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | undoTitle | The title of the action to appear in the undo history. |