Method HasSubclassOf
HasSubclassOf(Type)
Checks if this Volume Profile contains the VolumeComponent, which is a subclass of type,
that you pass in.
Declaration
public bool HasSubclassOf(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | A type that inherits from VolumeComponent. |
Returns
| Type | Description |
|---|---|
| bool |
|