Class EditSelectedInstanceIndexAction
The foliage editing action that handles changing selected foliage actor instance index.
Inheritance
System.Object
EditSelectedInstanceIndexAction
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
Methods
Dispose()
Releases unmanaged and - optionally - managed resources.
Declaration
public void Dispose()