Search Results for

    Show / Hide Table of Contents

    Class PrefabWindow.SetRootAction

    Implementation of IUndoAction used to change the root actor of the prefab.

    Inheritance
    System.Object
    PrefabWindow.SetRootAction
    Implements
    IUndoAction
    IHistoryAction
    Namespace: FlaxEditor.Windows.Assets
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public class SetRootAction : Object, IUndoAction, IHistoryAction

    Properties

    ActionString

    Name or key of performed action

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

    Implements
    IHistoryAction.ActionString

    Methods

    Dispose()

    Releases unmanaged and - optionally - managed resources.

    Declaration
    public void Dispose()
    Implements
    IHistoryAction.Dispose()

    Do()

    Performs this action.

    Declaration
    public void Do()
    Implements
    IUndoAction.Do()

    Undo()

    Undoes this action.

    Declaration
    public void Undo()
    Implements
    IUndoAction.Undo()

    Extension Methods

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

    See Also

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