C# Class exUIScrollView.FadeToParams, ex2d-v1

ファイルを表示 Open project: exdev/ex2d-v1

Public Properties

Property Type Description
destAlpha float
duration float
slider exSpriteBorder,

Public Methods

Method Description
FadeToParams ( exSpriteBorder, _slider, float _destAlpha, float _duration ) : System.Collections

Method Details

FadeToParams() public method

public FadeToParams ( exSpriteBorder, _slider, float _destAlpha, float _duration ) : System.Collections
_slider exSpriteBorder,
_destAlpha float
_duration float
return System.Collections

Property Details

destAlpha public_oe property

public float destAlpha
return float

duration public_oe property

public float duration
return float

slider public_oe property

public exSpriteBorder, slider
return exSpriteBorder,