C# Class TweenVolume, ggj16

Inheritance: UITweener
显示文件 Open project: amzeratul/ggj16 Class Usage Examples

Public Properties

Property Type Description
easeType Tween.EaseType
end float
start float
time float

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

easeType public_oe property

public Tween.EaseType easeType
return Tween.EaseType

end public_oe property

public float end
return float

start public_oe property

public float start
return float

time public_oe property

public float time
return float