Search Results for

    Show / Hide Table of Contents

    Class EditSelectedInstanceIndexAction

    The foliage editing action that handles changing selected foliage actor instance index.

    Inheritance
    System.Object
    EditSelectedInstanceIndexAction
    Implements
    IUndoAction
    IHistoryAction
    Namespace: FlaxEditor.Tools.Foliage.Undo
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class EditSelectedInstanceIndexAction : Object, IUndoAction, IHistoryAction

    Constructors

    EditSelectedInstanceIndexAction(Int32, Int32)

    Initializes a new instance of the EditSelectedInstanceIndexAction class.

    Declaration
    public EditSelectedInstanceIndexAction(int before, int after)
    Parameters
    System.Int32 before

    The selected index before.

    System.Int32 after

    The selected index after.

    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