C# Class TweenOrthoSize, Hero.Coli

Inheritance: UITweener
Show file Open project: CyberCRI/Hero.Coli Class Usage Examples

Public Properties

Property Type Description
from float
to float

Public Methods

Method Description
Begin ( GameObject go, float duration, float to ) : TweenOrthoSize,

Start the tweening operation.

Protected Methods

Method Description
OnUpdate ( float factor, bool isFinished ) : void

Perform the tween.

Method Details

Begin() static public method

Start the tweening operation.
static public Begin ( GameObject go, float duration, float to ) : TweenOrthoSize,
go GameObject
duration float
to float
return TweenOrthoSize,

OnUpdate() protected method

Perform the tween.
protected OnUpdate ( float factor, bool isFinished ) : void
factor float
isFinished bool
return void

Property Details

from public property

public float from
return float

to public property

public float to
return float