Version: 2022.3

CustomObjectIndexerTarget

struct in UnityEditor.Search

切换到手册

描述

Represents a descriptor for the object that is about to be indexed. It stores a reference to the object itself as well as an already set up SerializedObject.

变量

documentIndexDocument Index which owns the object to index.
idObject Id. The object path for an asset or the GlobalObjectId for a scene object.
serializedObjectSerialized representation of the object to be indexed.
targetObject to index.
targetTypeObject type to index.