The FindMode enumeration in the Sandbox
namespace provides flags to search for components. It is designed to be generic, allowing for potential reuse in searching for GameObjects as well. This enum is marked with the FlagsAttribute
, enabling bitwise operations on its values.