struct in UnityEditor.SearchService
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseA structure that contains information about an item that is about to be shown.
globalObjectId | The object's global identifier. It is always valid. |
targetObject | If the object is already loaded in Unity, this is its instance. The instance can be null. |
type | If the object is currently loaded in Unity, this is its underlying type. The type can be null. |
ObjectSelectorTargetInfo | Creates an ObjectSelectorTargetInfo. |
LoadObject | Loads an object instance if it is not already loaded in Unity. This can return null if the object is part of a Scene or Prefab that is not loaded. |