C# Класс UnityEditor.Timeline.Actions.ApplyDefaultUndoAttribute

Наследование: Attribute
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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