Class FBXStrictModeConfig
Specifies whether the FBX importer will act in strict mode in which only the FBX 2013 format is supported and any other sub formats are rejected. FBX 2013 is the primary target for the importer, so this format is best supported and well-tested. Default is false.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class FBXStrictModeConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceFBXStrictModeConfig(bool)
Constructs a new FBXStrictModeConfig.
Declaration
public FBXStrictModeConfig(bool useStrictMode)
Parameters
Type | Name | Description |
---|---|---|
bool | useStrictMode | True if FBX strict mode should be used, false otherwise. |
Properties
| Edit this page View SourceFBXStrictModeConfigName
Gets the string name used by FBXStrictModeConfig.
Declaration
public static string FBXStrictModeConfigName { get; }
Property Value
Type | Description |
---|---|
string |