C# 클래스 UnityEditor.Timeline.Actions.ApplyDefaultUndoAttribute

상속: Attribute
파일 보기 프로젝트 열기: nintendaii/unity-background-service

공개 프로퍼티들

프로퍼티 타입 설명
UndoTitle string

공개 메소드들

메소드 설명
ApplyDefaultUndoAttribute ( string undoTitle = null ) : System

Use this attribute on action classes to have the default undo behaviour applied.

메소드 상세

ApplyDefaultUndoAttribute() 공개 메소드

Use this attribute on action classes to have the default undo behaviour applied.
public ApplyDefaultUndoAttribute ( string undoTitle = null ) : System
undoTitle string The title of the action to appear in the undo history.
리턴 System

프로퍼티 상세

UndoTitle 공개적으로 프로퍼티

The title of the action to appear in the undo history. If not specified, the name is taken from the DisplayName attribute, or derived from the name of the class this attribute is applied to.
public string UndoTitle
리턴 string