C# Class CurveExtended.CurveExtension

Afficher le fichier Open project: ootake/SpriteStudioForUnity

Méthodes publiques

Méthode Description
UpdateAllLinearTangents ( this curve ) : void
UpdateTangentsFromMode ( AnimationCurve curve, int index ) : void

Private Methods

Méthode Description
CalculateLinearTangent ( AnimationCurve curve, int index, int toIndex ) : float

Method Details

UpdateAllLinearTangents() public static méthode

public static UpdateAllLinearTangents ( this curve ) : void
curve this
Résultat void

UpdateTangentsFromMode() public static méthode

public static UpdateTangentsFromMode ( AnimationCurve curve, int index ) : void
curve UnityEngine.AnimationCurve
index int
Résultat void