Class FBXImportEmbeddedTexturesLegacyNamingConfig
Specifies if the FBX importer should search for embedded loaded textures, where no embedded texture data is provided. Default is false.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class FBXImportEmbeddedTexturesLegacyNamingConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceFBXImportEmbeddedTexturesLegacyNamingConfig(bool)
Constructs a new FBXImportSearchEmbeddedTexturesConfig.
Declaration
public FBXImportEmbeddedTexturesLegacyNamingConfig(bool searchEmbeddedTextures)
Parameters
Type | Name | Description |
---|---|---|
bool | searchEmbeddedTextures | True if the FBX importer should search for embedded loaded textures, where no embedded texture data is provided. |
Properties
| Edit this page View SourceFBXImportEmbeddedTexturesLegacyNamingConfigName
Gets the string name used by FBXImportSearchEmbeddedTexturesConfig.
Declaration
public static string FBXImportEmbeddedTexturesLegacyNamingConfigName { get; }
Property Value
Type | Description |
---|---|
string |