Search Results for

    Show / Hide Table of Contents

    Class SelectionCache

    Helper utility object that caches the selection of the editor and can restore it later. Works only for objects of Object type.

    Inheritance
    System.Object
    SelectionCache
    Namespace: FlaxEditor.Utilities
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class SelectionCache : Object

    Constructors

    SelectionCache()

    Declaration
    public SelectionCache()

    Methods

    Cache()

    Caches selection.

    Declaration
    public void Cache()

    Restore()

    Restores selection.

    Declaration
    public void Restore()

    Extension Methods

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