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