logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class EditorStyleNames.UndoOperations

    Unity Editor undo operation names

    Inheritance
    object
    EditorStyleNames.UndoOperations
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Shared.Constants
    Assembly: Serenity.Shared.dll
    Syntax
    public static class EditorStyleNames.UndoOperations

    Fields

    ADD_STEP

    Declaration
    public const string ADD_STEP = "Add Step"
    Field Value
    Type Description
    string

    DELETE_STEP

    Declaration
    public const string DELETE_STEP = "Delete Step"
    Field Value
    Type Description
    string

    DUPLICATE_STEP

    Declaration
    public const string DUPLICATE_STEP = "Duplicate Step"
    Field Value
    Type Description
    string

    REMOVE_STEP

    Declaration
    public const string REMOVE_STEP = "Remove Step"
    Field Value
    Type Description
    string

    REORDER_STEPS

    Declaration
    public const string REORDER_STEPS = "Reorder Steps"
    Field Value
    Type Description
    string
    In this article
    © 2026 Serenity. All Rights Reserved