# TakeInfo

> A Takeinfo object contains all the information needed to describe a take.

## Definition

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

```csharp
public struct TakeInfo
```

## Remarks

Additional Resources: [ModelImporter.importedTakeInfos](/engine/6000.5/script-reference/unityeditor/modelimporter/importedtakeinfos.md).

## Fields

| Value                                                                                      | Description                                                         |
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------- |
| [bakeStartTime](/engine/6000.5/script-reference/unityeditor/takeinfo/bakestarttime.md)     | Start time in second.                                               |
| [bakeStopTime](/engine/6000.5/script-reference/unityeditor/takeinfo/bakestoptime.md)       | Stop time in second.                                                |
| [defaultClipName](/engine/6000.5/script-reference/unityeditor/takeinfo/defaultclipname.md) | This is the default clip name for the clip generated for this take. |
| [name](/engine/6000.5/script-reference/unityeditor/takeinfo/name.md)                       | Take name as define from imported file.                             |
| [sampleRate](/engine/6000.5/script-reference/unityeditor/takeinfo/samplerate.md)           | Sample rate of the take.                                            |
| [startTime](/engine/6000.5/script-reference/unityeditor/takeinfo/starttime.md)             | Start time in second.                                               |
| [stopTime](/engine/6000.5/script-reference/unityeditor/takeinfo/stoptime.md)               | Stop time in second.                                                |
