C# Class AbstractGoTweenCollection.TweenFlowItem, wepwep

data class that wraps an AbstractTween and its start time for the timeline
Afficher le fichier Open project: encephalopathy/wepwep

Méthodes publiques

Свойство Type Description
duration float
startTime float
tween AbstractGoTween,

Méthodes publiques

Méthode Description
TweenFlowItem ( float startTime, AbstractGoTween, tween ) : System.Collections
TweenFlowItem ( float startTime, float duration ) : System.Collections

Method Details

TweenFlowItem() public méthode

public TweenFlowItem ( float startTime, AbstractGoTween, tween ) : System.Collections
startTime float
tween AbstractGoTween,
Résultat System.Collections

TweenFlowItem() public méthode

public TweenFlowItem ( float startTime, float duration ) : System.Collections
startTime float
duration float
Résultat System.Collections

Property Details

duration public_oe property

public float duration
Résultat float

startTime public_oe property

public float startTime
Résultat float

tween public_oe property

public AbstractGoTween, tween
Résultat AbstractGoTween,