<Code Lib>
2022 Method
Changes 0
M

FabricationConfiguration.LoadItemFiles

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

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

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

Loading…