Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TakeInfo

A Takeinfo object contains all the information needed to describe a take.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Struct
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public struct TakeInfo

Remarks

Additional Resources: ModelImporter.importedTakeInfos.

Fields

Value

Description

bakeStartTimeStart time in second.
bakeStopTimeStop time in second.
defaultClipNameThis is the default clip name for the clip generated for this take.
nameTake name as define from imported file.
sampleRateSample rate of the take.
startTimeStart time in second.
stopTimeStop time in second.