Class FlexalonMouseInputProvider
  Simple input provider that uses the mouse for input.
    Inheritance
    object
    FlexalonMouseInputProvider
   
  
  
  
    public class FlexalonMouseInputProvider : InputProvider
   
  Properties
  
  
  
  
  Declaration
  
    public bool Active { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public GameObject ExternalFocusedObject { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | UnityEngine.GameObject |  | 
    
  
  
  
  
  
  Declaration
  
    public InputMode InputMode { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | UnityEngine.Ray |  | 
    
  
  
  
  
  
  Declaration
  
    public Vector3 UIPointer { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | UnityEngine.Vector3 |  | 
    
  
  Implements