Class TransformObjectsAction.DataStorage
The undo data.
Inheritance
System.Object
TransformObjectsAction.DataStorage
Namespace: FlaxEditor
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class DataStorage : ValueType
Fields
After
AfterBounds
The cached bounding box that contains all selected items in 'after' state.
Declaration
public BoundingBox AfterBounds
Field Value
BoundingBox
|
Before
BeforeBounds
The cached bounding box that contains all selected items in 'before' state.
Declaration
public BoundingBox BeforeBounds
Field Value
BoundingBox
|
NavigationDirty
Scene
Selection
The selection pool.
Declaration
public SceneGraphNode[] Selection
Field Value
FlaxEditor.SceneGraph.SceneGraphNode[]
|