Method Has
Has<T>()
Checks if this Volume Profile contains the VolumeComponent you pass in.
Declaration
public bool Has<T>() where T : VolumeComponent
Returns
| Type | Description | 
|---|---|
| bool | 
  | 
    
Type Parameters
| Name | Description | 
|---|---|
| T | A type of VolumeComponent.  | 
    
See Also
Has(Type)
Checks if this Volume Profile contains the VolumeComponent you pass in.
Declaration
public bool Has(Type type)
Parameters
| Type | Name | Description | 
|---|---|---|
| Type | type | A type that inherits from VolumeComponent.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | 
  |