C# Class LTDescrOptional, LeanTween

显示文件 Open project: dentedpixel/LeanTween Class Usage Examples

Public Properties

Property Type Description
animationCurve UnityEngine.AnimationCurve
initFrameCount int

Public Methods

Method Description
callOnUpdate ( float val, float ratioPassed ) : void
reset ( ) : void

Method Details

callOnUpdate() public method

public callOnUpdate ( float val, float ratioPassed ) : void
val float
ratioPassed float
return void

reset() public method

public reset ( ) : void
return void

Property Details

animationCurve public_oe property

public AnimationCurve,UnityEngine animationCurve
return UnityEngine.AnimationCurve

initFrameCount public_oe property

public int initFrameCount
return int