Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetObjects(List<Object>)

Gets the list of objects set on the AssetImportContext.
Read time 1 minuteLast updated 13 days ago

Definition

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.