Class PlatformSelector
Editor control that allows user to select a platform icon.
Implements
System.IComparable
    
  Namespace: FlaxEditor.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
public class PlatformSelector : TilesPanel, IComparable, IDrawable
  Constructors
PlatformSelector()
Properties
Selected
Gets or sets the selected platform.
Declaration
public PlatformType Selected { get; set; }
  Property Value
| 
        PlatformType
         
  | 
    
Events
SelectedChanged
Occurs when selected platform gets changed.
Declaration
public event Action<PlatformType> SelectedChanged
  Event Type
| 
        System.Action<PlatformType>
         
  |