|
FYFY 2.3
|
Matcher used to exclude all the GameObjects which have at least one property among a specific list of properties.
More...
Public Member Functions | |
| NoneOfProperties (params PROPERTY[] properties) | |
| Initializes a new instance of the FYFY.NoneOfProperties class. | |
Additional Inherited Members | |
Public Types inherited from FYFY.PropertyMatcher | |
| enum | PROPERTY { ACTIVE_SELF , ACTIVE_IN_HIERARCHY , HAS_PARENT , HAS_CHILD } |
| List of properties of GameObject which can be used by the PropertyMatcher. More... | |
Protected Member Functions inherited from FYFY.PropertyMatcher | |
| bool | hasProperty (UnityEngine.GameObject gameObject, PROPERTY property) |
| Checks if gameobject has a certain property. | |
Protected Attributes inherited from FYFY.PropertyMatcher | |
| readonly PROPERTY[] | _properties |
| Targets used to match. | |
Package Functions inherited from FYFY.PropertyMatcher | |
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 have at least one property among a specific list of properties.