Method IsComponentActiveInMask
IsComponentActiveInMask<T>(LayerMask)
Checks if a VolumeComponent is active in a given LayerMask.
Declaration
public bool IsComponentActiveInMask<T>(LayerMask layerMask) where T : VolumeComponent
Parameters
| Type | Name | Description | 
|---|---|---|
| LayerMask | layerMask | The LayerMask to check against  | 
    
Returns
| Type | Description | 
|---|---|
| bool | 
  | 
    
Type Parameters
| Name | Description | 
|---|---|
| T | A type derived from VolumeComponent  |