GetObjectsForLightingExplorer<T>()
Returns T type Objects to be shown in the Light Explorer.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
protected static IEnumerable<T> GetObjectsForLightingExplorer<T>() where T : Component
Returns
Type | Description |
|---|---|
| IEnumerable<T> | Returns and array of T type Objects. |