Layermask Extensions  
 More...
 | 
| static bool  | MMContains (this LayerMask mask, int layer) | 
|   | Returns bool if layer is within layermask  More...
  | 
|   | 
| static bool  | MMContains (this LayerMask mask, GameObject gameobject) | 
|   | Returns true if gameObject is within layermask  More...
  | 
|   | 
◆ MMContains() [1/2]
  
  
      
        
          | static bool MoreMountains.Tools.LayermaskExtensions.MMContains  | 
          ( | 
          this LayerMask  | 
          mask,  | 
         
        
           | 
           | 
          GameObject  | 
          gameobject  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Returns true if gameObject is within layermask 
- Parameters
 - 
  
  
 
- Returns
 
 
 
◆ MMContains() [2/2]
  
  
      
        
          | static bool MoreMountains.Tools.LayermaskExtensions.MMContains  | 
          ( | 
          this LayerMask  | 
          mask,  | 
         
        
           | 
           | 
          int  | 
          layer  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Returns bool if layer is within layermask 
- Parameters
 - 
  
  
 
- Returns
 
 
 
The documentation for this class was generated from the following file: