Class XFileUseDoublesConfig
Specifies if the X-file exporter should use 64-bit doubles rather than 32-bit floats.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class XFileUseDoublesConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceXFileUseDoublesConfig(bool)
Constructs a new XFileUseDoublesConfig.
Declaration
public XFileUseDoublesConfig(bool useDoubles)
Parameters
Type | Name | Description |
---|---|---|
bool | useDoubles | True if the x file uses 64-bit double values rather than 32-bit float values. |
Properties
| Edit this page View SourceXFileUseDoublesConfigName
Gets the string name used by XFileUseDoublesConfig.
Declaration
public static string XFileUseDoublesConfigName { get; }
Property Value
Type | Description |
---|---|
string |