Filter on Name
Filter input GameObjects based on their names.Parameters
Parameter | Type | Description |
---|---|---|
filter | FilterStringConstraint | Choose between different predefined methods or create your custom regular expression. Then specify the string that will be used with the constraint method and the case sensitive parameter chosen. |
matchingMethod | StringConstrain | Define which method you want to use for filtering |
inputString (String) | String | Provide a pattern to use for filtering by string |
caseSensitive | Boolean | Specify if the constraint is case sensitive or not. |