FYFY 2.3
Loading...
Searching...
No Matches
FYFY.AnyOfProperties Class Reference

Matcher used to exclude all the GameObjects which don't have at least one property among a specific list of properties. More...

Inheritance diagram for FYFY.AnyOfProperties:
FYFY.PropertyMatcher FYFY.Matcher

Public Member Functions

 AnyOfProperties (params PROPERTY[] properties)
 Initializes a new instance of the FYFY.AnyOfProperties 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.
 

Detailed Description

Matcher used to exclude all the GameObjects which don't have at least one property among a specific list of properties.


The documentation for this class was generated from the following file: