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