Class FBXImportAllMaterialsConfig
Specifies whether the FBX importer will import all materials present in the source file or take only the referenced materials, if the importer is configured to import materials at all. Otherwise this will have no effect. Default is false.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class FBXImportAllMaterialsConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceFBXImportAllMaterialsConfig(bool)
Constructs a new FBXImportAllMaterialsConfig.
Declaration
public FBXImportAllMaterialsConfig(bool importAllMaterials)
Parameters
Type | Name | Description |
---|---|---|
bool | importAllMaterials | True if the FBX importer should import ALL materials even if not referenced, false otherwise (take only the referenced materials). |
Properties
| Edit this page View SourceFBXImportAllMaterialsConfigName
Gets the string name used by FBXImportAllMaterialsConfig.
Declaration
public static string FBXImportAllMaterialsConfigName { get; }
Property Value
Type | Description |
---|---|
string |