C# Class TweenScale, ggj16

Inheritance: NGUITweener
Show file Open project: amzeratul/ggj16 Class Usage Examples

Public Properties

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

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

easeType public property

public Tween.EaseType easeType
return Tween.EaseType

end public property

public Vector3 end
return Vector3

start public property

public Vector3 start
return Vector3

time public property

public float time
return float