GetParameter(int)
Gets the parameter at the specified index.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public FilterParameter GetParameter(int index)
Parameters
The parameter index.
Returns
Type | Description |
|---|---|
| FilterParameter | The filter parameter at the provided index. |