HierarchySearchFilter

struct in Unity.Hierarchy

/

Implemented in:UnityEngine.HierarchyCoreModule

Description

Encapsulates all data needed to filter a hierarchy.

Static Properties

Invalid The default invalid HierarchySearchFilter. This assumes the Hierarchy has a query, but is invalid, so no nodes are shown.

Properties

IsValid Whether the filter is valid and has a name.
Name The name of the filter.
NumValue Filter numerical value.
Op The filter search operator.
Value The textual value of the filter.

Static Methods

ToOp Converts a textual value to its operator value if possible.
ToString Converts an operator to its textual value.

Did you find this page useful? Please give it a rating: