C# Class AbstractGoTweenCollection.TweenFlowItem, wepwep

data class that wraps an AbstractTween and its start time for the timeline
Datei anzeigen Open project: encephalopathy/wepwep

Public Properties

Property Type Description
duration float
startTime float
tween AbstractGoTween,

Public Methods

Method Description
TweenFlowItem ( float startTime, AbstractGoTween, tween ) : System.Collections
TweenFlowItem ( float startTime, float duration ) : System.Collections

Method Details

TweenFlowItem() public method

public TweenFlowItem ( float startTime, AbstractGoTween, tween ) : System.Collections
startTime float
tween AbstractGoTween,
return System.Collections

TweenFlowItem() public method

public TweenFlowItem ( float startTime, float duration ) : System.Collections
startTime float
duration float
return System.Collections

Property Details

duration public_oe property

public float duration
return float

startTime public_oe property

public float startTime
return float

tween public_oe property

public AbstractGoTween, tween
return AbstractGoTween,