Version: 2019.1
public Object target ;

Description

Инспектируемый объект.

For editors that support multi-object editing, the target property should not be used inside OnInspectorGUI since it only refers to the first of the edited objects. This method is similar to CreateCachedEditor except that the SerializedObject is created with the context object passed as a parameter. This context object stores and retrieves the value for the ExposedReference types declared on the SerializedObject.

See Also: targets, serializedObject, класс Editor.