GetObjects(List<Object>)
Gets the list of objects set on the AssetImportContext.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.AssetImporters
- Assembly: UnityEditor.CoreModule
public void GetObjects(List<Object> objects)
Parameters
The list of objects to be filled by the context.
Remarks
Throws ArgumentNullException, if the list is null.