MixedRealitySearchInspectorUtility.DrawSearchInterface(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Draws a search field and (if results have been returned) search results.
public:
static bool DrawSearchInterface(UnityEngine::Object ^ target);
public static bool DrawSearchInterface (UnityEngine.Object target);
static member DrawSearchInterface : UnityEngine.Object -> bool
Public Shared Function DrawSearchInterface (target As Object) As Boolean
Parameters
- target
- UnityEngine.Object
Returns
True if search results are being displayed.