has
Checks if the component set contains the component of the specified type.
Return
true if the specified type of component exists; false otherwise.
Parameters
T
The generic Component type.
componentType
The type of component to check.
Check if the componentSet contains a component of a specific type.
Return
True if the component exists, false otherwise.
Parameters
T
The generic Component type.