QueryEngineParameterTransformerAttribute
Base attribute class that defines a custom parameter transformer function.
Read time 3 minutesLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
- Inherits from: Attribute
[AttributeUsage(AttributeTargets.Method)]public class QueryEngineParameterTransformerAttribute : Attribute
Remarks
For a usage example, see QueryEngine.AddFiltersFromAttribute.