Editor<T>.

CurrentTargets Property

Summary

An array of all the objects being inspected (UnityEditor.Editor.targets casted to T) by the editor currently being drawn.

Syntax

public static T[] CurrentTargets { get; }

Value

Type Description
T[]