Search Results for

    Show / Hide Table of Contents

    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

    The 'after' state.

    Declaration
    public Transform[] After
    Field Value
    Transform[]

    AfterBounds

    The cached bounding box that contains all selected items in 'after' state.

    Declaration
    public BoundingBox AfterBounds
    Field Value
    BoundingBox

    Before

    The 'before' state.

    Declaration
    public Transform[] Before
    Field Value
    Transform[]

    BeforeBounds

    The cached bounding box that contains all selected items in 'before' state.

    Declaration
    public BoundingBox BeforeBounds
    Field Value
    BoundingBox

    NavigationDirty

    True if navigation system has been modified during editing the selected objects (navmesh auto-rebuild is required).

    Declaration
    public bool NavigationDirty
    Field Value
    System.Boolean

    Scene

    The scene of the selected objects.

    Declaration
    public Scene Scene
    Field Value
    Scene

    Selection

    The selection pool.

    Declaration
    public SceneGraphNode[] Selection
    Field Value
    FlaxEditor.SceneGraph.SceneGraphNode[]

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat