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()