C# Class UnityEditor.TakeInfo

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
bakeStartTime float
bakeStopTime float
defaultClipName string
name string
sampleRate float
startTime float
stopTime float

Property Details

bakeStartTime public property

Start time in second.

public float bakeStartTime
return float

bakeStopTime public property

Stop time in second.

public float bakeStopTime
return float

defaultClipName public property

This is the default clip name for the clip generated for this take.

public string defaultClipName
return string

name public property

Take name as define from imported file.

public string name
return string

sampleRate public property

Sample rate of the take.

public float sampleRate
return float

startTime public property

Start time in second.

public float startTime
return float

stopTime public property

Stop time in second.

public float stopTime
return float