Class SelectionChangeAction.DataStorage
The undo data.
Inheritance
System.Object
SelectionChangeAction.DataStorage
Namespace: FlaxEditor
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class DataStorage : ValueType
Fields
After
The 'after' selection.
Declaration
public SceneGraphNode[] After
Field Value
FlaxEditor.SceneGraph.SceneGraphNode[]
|
Before
The 'before' selection.
Declaration
public SceneGraphNode[] Before
Field Value
FlaxEditor.SceneGraph.SceneGraphNode[]
|