Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

UDBase.Tweens

KonH edited this page Feb 23, 2018 · 2 revisions

RotationTween

Tween helper for rotation with visual setup

public class UDBase.Tweens.RotationTween
    : MonoBehaviour

Fields

Type Name Summary
Boolean AutoPlay Starts automatically?
Single Duration Full rotation time
Ease Ease DOTween ease mode
Vector3 EndValue End rotation value
Int32 Loops How many loops required? (-1 = unlimited)
RotateMode Mode DOTween rotation mode

Methods

Type Name Summary
void StartAnimation() Start animation with current parameters
void StopAnimation() Stop animation (if started)