# isTangentImportSupported

> Is import of tangents supported by this importer.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public bool isTangentImportSupported { get; }
```

### Remarks

Additional Resources: [ModelImporter.tangentImportMode](/engine/6000.6/script-reference/unityeditor/modelimporter/tangentimportmode.md), [ModelImporterTangentSpaceMode](/engine/6000.6/script-reference/unityeditor/modelimportertangentspacemode.md).
