Class ProductSearchPanel
Class ProductSearchPanel.
Inherited Members
UnityEngine.Component.GetComponentInParent<T>(System.Boolean)
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Unity.Industrial.Forma.RuntimeUI
Syntax
[MovedFrom(true, "UnityEngine.Industrial.Configuring.RuntimeUI", "Unity.Industrial.Configurator", null)]
public class ProductSearchPanel : MonoBehaviour
Fields
onSearchParamChanged
The on search parameter changed
Declaration
public EventHandler<ProductSearchEventArgs> onSearchParamChanged
Field Value
Type | Description |
---|---|
EventHandler<ProductSearchEventArgs> |
searchBehaviour
The search behaviour
Declaration
public ProductSearchPanel.SearchBehaviour searchBehaviour
Field Value
Type | Description |
---|---|
ProductSearchPanel.SearchBehaviour |
Methods
RefreshSearch()
Refreshes the search.
Declaration
public void RefreshSearch()