Version: 1.4
LanguageEnglish
  • C#

ModelImporter.ExtractTextures

Declaration

public bool ExtractTextures(string folderPath);

Parameters

folderPath The directory where the textures will be extracted.

Returns

bool Returns true if the textures are extracted successfully, otherwise false.

Description

Extracts the embedded textures from a model file (such as FBX or SketchUp).

Throws ArgumentException if the folder path is null or empty.


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答