Class FBXImportAllGeometryLayersConfig
Specifies whether the FBX importer will merge all geometry layers present in the source file or import only the first. Default is true.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class FBXImportAllGeometryLayersConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceFBXImportAllGeometryLayersConfig(bool)
Constructs a new FBXImportAllGeometryLayersConfig.
Declaration
public FBXImportAllGeometryLayersConfig(bool importAllGeometryLayers)
Parameters
Type | Name | Description |
---|---|---|
bool | importAllGeometryLayers | True if all geometry layers should be merged, false otherwise to take only the first layer. |
Properties
| Edit this page View SourceFBXImportAllGeometryLayersConfigName
Gets the string name used by FBXImportAllGeometryLayersConfig.
Declaration
public static string FBXImportAllGeometryLayersConfigName { get; }
Property Value
Type | Description |
---|---|
string |