C# Class UnityEditor.TimeControl

Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Свойство Type Description
currentTime float
loop bool
playSelection bool
playbackSpeed float
startTime float
stopTime float

Méthodes publiques

Méthode Description
DoTimeControl ( Rect rect ) : void
OnDisable ( ) : void
Update ( ) : void

Method Details

DoTimeControl() public méthode

public DoTimeControl ( Rect rect ) : void
rect UnityEngine.Rect
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

currentTime public_oe property

public float currentTime
Résultat float

loop public_oe property

public bool loop
Résultat bool

playSelection public_oe property

public bool playSelection
Résultat bool

playbackSpeed public_oe property

public float playbackSpeed
Résultat float

startTime public_oe property

public float startTime
Résultat float

stopTime public_oe property

public float stopTime
Résultat float