This version of Unity is unsupported.

AssetImportContext.GetObjects

Declaration

public void GetObjects(List<Object> objects);

Parameters

objects The list of objects to be filled by the context.

Description

Gets the list of objects set on the AssetImportContext.

Throws ArgumentNullException, if the list is null.