C# Class UnityEditor.TakeInfo

显示文件 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_oe property

Start time in second.

public float bakeStartTime
return float

bakeStopTime public_oe property

Stop time in second.

public float bakeStopTime
return float

defaultClipName public_oe property

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

public string defaultClipName
return string

name public_oe property

Take name as define from imported file.

public string name
return string

sampleRate public_oe property

Sample rate of the take.

public float sampleRate
return float

startTime public_oe property

Start time in second.

public float startTime
return float

stopTime public_oe property

Stop time in second.

public float stopTime
return float