Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CustomObjectIndexerTarget

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.
Read time 1 minuteLast updated 9 days ago

Definition

public struct CustomObjectIndexerTarget

Fields

Value

Description

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.