C# Class UnityEditor.Timeline.Actions.ApplyDefaultUndoAttribute

Inheritance: Attribute
Afficher le fichier Open project: nintendaii/unity-background-service

Méthodes publiques

Свойство Type Description
UndoTitle string

Méthodes publiques

Méthode Description
ApplyDefaultUndoAttribute ( string undoTitle = null ) : System

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

Method Details

ApplyDefaultUndoAttribute() public méthode

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.
Résultat System

Property Details

UndoTitle public_oe property

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
Résultat string