C# Class UnityEditor.TakeInfo

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство 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
Résultat float

bakeStopTime public_oe property

Stop time in second.

public float bakeStopTime
Résultat float

defaultClipName public_oe property

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

public string defaultClipName
Résultat string

name public_oe property

Take name as define from imported file.

public string name
Résultat string

sampleRate public_oe property

Sample rate of the take.

public float sampleRate
Résultat float

startTime public_oe property

Start time in second.

public float startTime
Résultat float

stopTime public_oe property

Stop time in second.

public float stopTime
Résultat float