|
FYFY 2.3
|
Base class every matcher working on Unity property derives from.
More...
Public Types | |
| 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 | |
| bool | hasProperty (UnityEngine.GameObject gameObject, PROPERTY property) |
| Checks if gameobject has a certain property. | |
Protected Attributes | |
| readonly PROPERTY[] | _properties |
| Targets used to match. | |
Additional Inherited Members | |
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. | |
Base class every matcher working on Unity property derives from.
Matcher can filter on parentality and activation.
List of properties of GameObject which can be used by the PropertyMatcher.