C# Class TweenRotation, TheUnseen

Inheritance: TweenAnimation
Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
from Vector3
to Vector3

Private Properties

Свойство Type Description
SetCurrentValueToEnd void
SetCurrentValueToStart void
SetEndToCurrentValue void
SetStartToCurrentValue void

Méthodes publiques

Méthode Description
Begin ( GameObject go, float duration, Quaternion rot ) : TweenRotation,

Start the tweening operation.

Méthodes protégées

Méthode Description
OnUpdate ( float factor, bool isFinished ) : void

Tween the value.

Private Methods

Méthode Description
SetCurrentValueToEnd ( ) : void
SetCurrentValueToStart ( ) : void
SetEndToCurrentValue ( ) : void
SetStartToCurrentValue ( ) : void

Method Details

Begin() static public méthode

Start the tweening operation.
static public Begin ( GameObject go, float duration, Quaternion rot ) : TweenRotation,
go GameObject
duration float
rot Quaternion
Résultat TweenRotation,

OnUpdate() protected méthode

Tween the value.
protected OnUpdate ( float factor, bool isFinished ) : void
factor float
isFinished bool
Résultat void

Property Details

from public_oe property

public Vector3 from
Résultat Vector3

to public_oe property

public Vector3 to
Résultat Vector3