TakeInfo
A Takeinfo object contains all the information needed to describe a take.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public struct TakeInfo
Remarks
Additional Resources: ModelImporter.importedTakeInfos.
Fields
Value | Description |
|---|---|
| bakeStartTime | Start time in second. |
| bakeStopTime | Stop time in second. |
| defaultClipName | This is the default clip name for the clip generated for this take. |
| name | Take name as define from imported file. |
| sampleRate | Sample rate of the take. |
| startTime | Start time in second. |
| stopTime | Stop time in second. |