Class Page
  
  
  
  
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
  Namespace: Ludiq
  
  Syntax
  
    public abstract class Page
   
  Constructors
  
  
  
  
  Page(EditorWindow)
  
  
  Declaration
  
    protected Page(EditorWindow window)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | EditorWindow | 
        window | 
         | 
      
    
  
  Properties
  
  
  
  
  completeLabel
  
  
  Declaration
  
    public string completeLabel { get; set; }
   
  Property Value
  
  
  
  
  e
  
  
  Declaration
  
    protected static UnityEngine.Event e { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | UnityEngine.Event | 
         | 
      
    
  
  
  
  
  icon
  
  
  Declaration
  
    public EditorTexture icon { get; set; }
   
  Property Value
  
  
  
  
  onComplete
  
  
  Declaration
  
    public Action onComplete { set; }
   
  Property Value
  
  
  
  
  shortTitle
  
  
  Declaration
  
    public string shortTitle { get; set; }
   
  Property Value
  
  
  
  
  subtitle
  
  
  Declaration
  
    public string subtitle { get; set; }
   
  Property Value
  
  
  
  
  title
  
  
  Declaration
  
    public string title { get; set; }
   
  Property Value
  
  
  
  
  visible
  
  
  Declaration
  
    public bool visible { get; }
   
  Property Value
  
  
  
  
  window
  
  
  Declaration
  
    public EditorWindow window { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | EditorWindow | 
         | 
      
    
  
  Methods
  
  
  
  
  Close()
  
  
  Declaration
  
  
  
  
  Complete()
  
  
  Declaration
  
    protected virtual void Complete()
   
  
  
  
  CompleteSwitch()
  
  
  Declaration
  
    public bool CompleteSwitch()
   
  Returns
  
  
  
  
  DrawContent()
  
  
  Declaration
  
    public void DrawContent()
   
  
  
  
  
  
  
  Declaration
  
  
  
  
  OnClose()
  
  
  Declaration
  
    protected virtual void OnClose()
   
  
  
  
  OnContentGUI()
  
  
  Declaration
  
    protected abstract void OnContentGUI()
   
  
  
  
  
  
  
  Declaration
  
    protected virtual void OnHeaderGUI()
   
  
  
  
  OnShow()
  
  
  Declaration
  
    protected virtual void OnShow()
   
  
  
  
  Show()
  
  
  Declaration
  
  
  
  
  Update()
  
  
  Declaration
  
    public virtual void Update()
   
  Extension Methods