|
FYFY 2.3
|
Matcher used to exclude all the GameObjects which don't have at least one component among a specific list of components.
More...
Public Member Functions | |
| AnyOfComponents (params System.Type[] componentTypes) | |
| Initializes a new instance of the FYFY.AnyOfComponents class. | |
Additional Inherited Members | |
Protected Attributes inherited from FYFY.ComponentMatcher | |
| readonly string[] | _componentTypeNames |
| Targets used to match. | |
Package Functions inherited from FYFY.ComponentMatcher | |
Package Functions inherited from FYFY.Matcher | |
Package Attributes inherited from FYFY.Matcher | |
Properties inherited from FYFY.Matcher | |
| string | Descriptor [get] |
| Gets the string description of this FYFY.Matcher. | |
Matcher used to exclude all the GameObjects which don't have at least one component among a specific list of components.