Class NearInteractionTouchableUnityUI
  
  Use a Unity UI RectTransform as touchable surface.
 
  
  
    Inheritance
    
    
    NearInteractionTouchableUnityUI
   
  
  
  Assembly: cs.temp.dll.dll
  
  
    public class NearInteractionTouchableUnityUI : BaseNearInteractionTouchable
   
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public static IReadOnlyList<NearInteractionTouchableUnityUI> Instances { get; }
   
  Property Value
  
  Methods
  
  
  
  
  
  
  
  Declaration
  
    public override float DistanceToTouchable(Vector3 samplePoint, out Vector3 normal)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Vector3 | 
        samplePoint | 
         | 
      
      
        | Vector3 | 
        normal | 
         | 
      
    
  
  Returns
  
  Overrides
  
  
  
  
  
  
  
  Declaration
  
    protected void OnDisable()
   
  
  
  
  
  
  
  Declaration
  
    protected void OnEnable()