Class FBXConvertToMetersConfig
Specifies whether the importer shall convert the unit from centimeter (cm) to meter (m). Default value is false.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class FBXConvertToMetersConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceFBXConvertToMetersConfig(bool)
Constructs a new FBXConvertToMetersConfig.
Declaration
public FBXConvertToMetersConfig(bool convertToMeters)
Parameters
Type | Name | Description |
---|---|---|
bool | convertToMeters | True if the importer converts the unit from cm to m, false if do not do a conversion. |
Properties
| Edit this page View SourceFBXConvertToMetersConfigName
Gets the string name used by FBXConvertToMetersConfig.
Declaration
public static string FBXConvertToMetersConfigName { get; }
Property Value
Type | Description |
---|---|
string |