Search Results for

    Show / Hide Table of Contents

    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[]

    Extension Methods

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