C# Class Flask.ETween

Afficher le fichier Open project: keijiro/SmoothingTest

Méthodes publiques

Méthode Description
Step ( Quaternion current, Quaternion target, float omega ) : Quaternion
Step ( Vector3 current, Vector3 target, float omega ) : Vector3
Step ( float current, float target, float omega ) : float
StepAngle ( float current, float target, float omega ) : float

Method Details

Step() public static méthode

public static Step ( Quaternion current, Quaternion target, float omega ) : Quaternion
current UnityEngine.Quaternion
target UnityEngine.Quaternion
omega float
Résultat UnityEngine.Quaternion

Step() public static méthode

public static Step ( Vector3 current, Vector3 target, float omega ) : Vector3
current UnityEngine.Vector3
target UnityEngine.Vector3
omega float
Résultat UnityEngine.Vector3

Step() public static méthode

public static Step ( float current, float target, float omega ) : float
current float
target float
omega float
Résultat float

StepAngle() public static méthode

public static StepAngle ( float current, float target, float omega ) : float
current float
target float
omega float
Résultat float