Class FBXImportMaterialsConfig
Specifies whether the FBX importer will import materials. Default is true.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class FBXImportMaterialsConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceFBXImportMaterialsConfig(bool)
Constructs a new FBXImportMaterialsConfig.
Declaration
public FBXImportMaterialsConfig(bool importMaterials)
Parameters
Type | Name | Description |
---|---|---|
bool | importMaterials | True if the FBX importer should import materials, false otherwise. |
Properties
| Edit this page View SourceFBXImportMaterialsConfigName
Gets the string name used by FBXImportMaterialsConfig.
Declaration
public static string FBXImportMaterialsConfigName { get; }
Property Value
Type | Description |
---|---|
string |