QueryListBlockAttribute
Register a list block for a given filter.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
QueryListBlockAttribute(string, string, string, string)
Register a list block for a given filter.
public QueryListBlockAttribute(string category, string name, string id, string op = "=")
Parameters
QueryListBlockAttribute(string, string, string[], string)
Register a list block for a given filter.
public QueryListBlockAttribute(string category, string name, string[] ids, string op = "=")