Search Results for

    Show / Hide Table of Contents

    Interface IHistoryAction

    Interface for HistoryStack actions.

    Namespace: FlaxEditor.History
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public interface IHistoryAction

    Properties

    ActionString

    Name or key of performed action

    Declaration
    string ActionString { get; }
    Property Value
    System.String

    Methods

    Dispose()

    Releases unmanaged and - optionally - managed resources.

    Declaration
    void Dispose()

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat