<Code Lib>
2020 Method
Changes 0
M

FabricationConfiguration.LoadItemFiles

Description:
Loads the specified fabrication item files into the project.

public IList<FabricationItemFile> LoadItemFiles(
	IList<FabricationItemFile> itemFiles
)

Return Value IList<FabricationItemFile> The relative paths of the fabrication item files which failed to load.

Loading…