C# Class TweenAlpha, TheUnseen

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

Méthodes publiques

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Begin ( GameObject go, float duration, float alpha ) : TweenAlpha

Start the tweening operation.

SetEndToCurrentValue ( ) : void
SetStartToCurrentValue ( ) : void

Méthodes protégées

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

Tween the value.

Method Details

Begin() static public méthode

Start the tweening operation.
static public Begin ( GameObject go, float duration, float alpha ) : TweenAlpha
go GameObject
duration float
alpha float
Résultat TweenAlpha

OnUpdate() protected méthode

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

SetEndToCurrentValue() public méthode

public SetEndToCurrentValue ( ) : void
Résultat void

SetStartToCurrentValue() public méthode

public SetStartToCurrentValue ( ) : void
Résultat void

Property Details

from public_oe property

public float from
Résultat float

to public_oe property

public float to
Résultat float