C# Class TweenSpinToAngle, ggj16

Inheritance: TweenBase
Show file Open project: amzeratul/ggj16

Public Properties

Property Type Description
axis Vector3
easeType Tween.EaseType
revolutions int
startAngle float
targetAngle float
time float

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

axis public property

public Vector3 axis
return Vector3

easeType public property

public Tween.EaseType easeType
return Tween.EaseType

revolutions public property

public int revolutions
return int

startAngle public property

public float startAngle
return float

targetAngle public property

public float targetAngle
return float

time public property

public float time
return float