Summary

Flags to search for Components. I've named this something generic because I think we can re-use it to search for GameObjects too.

Static Fields

Disabled Components that are disabled
DisabledInSelf
DisabledInSelfAndChildren
DisabledInSelfAndDescendants
Enabled Components that are enabled
EnabledInSelf
EnabledInSelfAndChildren
EnabledInSelfAndDescendants
EverythingInAncestors
EverythingInChildren
EverythingInDescendants
EverythingInSelf
EverythingInSelfAndAncestors
EverythingInSelfAndChildren
EverythingInSelfAndDescendants
EverythingInSelfAndParent
InAncestors Components in all ancestors (parent, their parent, their parent, etc)
InChildren Components in our children
InDescendants Components in all decendants (our children, their children, their children etc)
InParent Components in our parent
InSelf Components in this object
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.