Search Results for

    Show / Hide Table of Contents

    Interface IUndoAction

    Interface for Undo() actions.

    Inherited Members
    IHistoryAction.Dispose()
    IHistoryAction.ActionString
    Namespace: FlaxEditor
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public interface IUndoAction : IHistoryAction

    Methods

    Do()

    Performs this action.

    Declaration
    void Do()

    Undo()

    Undoes this action.

    Declaration
    void Undo()

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)

    See Also

    IHistoryAction
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat