Class UnityThread
  
  
  
  
  Namespace: Ludiq
  
  Syntax
  
    public static class UnityThread
   
  Fields
  
  
  
  editorAsync
  
  
  Declaration
  
    public static Action<Action> editorAsync
   
  Field Value
  
  
  
  mainThread
  
  
  Declaration
  
    public static Thread mainThread
   
  Field Value
  
  Properties
  
  
  
  
  allowsAPI
  
  
  Declaration
  
    public static bool allowsAPI { get; }
   
  Property Value
  
  
  
  
  isRunningOnMainThread
  
  
  Declaration
  
    public static bool isRunningOnMainThread { get; }
   
  Property Value
  
  Methods
  
  
  
  
  EditorAsync(Action)
  
  
  Declaration
  
    public static void EditorAsync(Action action)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Action | 
        action | 
         | 
      
    
  
  
  
  
  EnsureRunningOnMainThread()
  
  
  Declaration
  
    public static void EnsureRunningOnMainThread()