C# Class TweenSpinToAngle, ggj16

Inheritance: TweenBase
Datei anzeigen 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_oe property

public Vector3 axis
return Vector3

easeType public_oe property

public Tween.EaseType easeType
return Tween.EaseType

revolutions public_oe property

public int revolutions
return int

startAngle public_oe property

public float startAngle
return float

targetAngle public_oe property

public float targetAngle
return float

time public_oe property

public float time
return float