C# Class Nez.TweenExt

Afficher le fichier Open project: prime31/Nez

Méthodes publiques

Méthode Description
tweenColorTo ( this self, Microsoft.Xna.Framework.Color to, float duration = 0.3f ) : ITween

RenderableComponent.color tween

tweenLocalPositionTo ( this self, Vector2 to, float duration = 0.3f ) : ITween

transform.localPosition tween

tweenLocalRotationDegreesTo ( this self, float to, float duration = 0.3f ) : ITween

transform.localEulers tween

tweenLocalScaleTo ( this self, Vector2 to, float duration = 0.3f ) : ITween

transform.localScale tween

tweenLocalScaleTo ( this self, float to, float duration = 0.3f ) : ITween

transform.localScale tween

tweenPositionTo ( this self, Vector2 to, float duration = 0.3f ) : ITween

transform.position tween

tweenRotationDegreesTo ( this self, float to, float duration = 0.3f ) : ITween

transform.rotation tween

tweenScaleTo ( this self, Vector2 to, float duration = 0.3f ) : ITween

transform.scale tween

tweenScaleTo ( this self, float to, float duration = 0.3f ) : ITween

transform.scale tween

Method Details

tweenColorTo() public static méthode

RenderableComponent.color tween
public static tweenColorTo ( this self, Microsoft.Xna.Framework.Color to, float duration = 0.3f ) : ITween
self this Self.
to Microsoft.Xna.Framework.Color To.
duration float Duration.
Résultat ITween

tweenLocalPositionTo() public static méthode

transform.localPosition tween
public static tweenLocalPositionTo ( this self, Vector2 to, float duration = 0.3f ) : ITween
self this Self.
to Microsoft.Xna.Framework.Vector2 To.
duration float Duration.
Résultat ITween

tweenLocalRotationDegreesTo() public static méthode

transform.localEulers tween
public static tweenLocalRotationDegreesTo ( this self, float to, float duration = 0.3f ) : ITween
self this Self.
to float To.
duration float Duration.
Résultat ITween

tweenLocalScaleTo() public static méthode

transform.localScale tween
public static tweenLocalScaleTo ( this self, Vector2 to, float duration = 0.3f ) : ITween
self this Self.
to Microsoft.Xna.Framework.Vector2 To.
duration float Duration.
Résultat ITween

tweenLocalScaleTo() public static méthode

transform.localScale tween
public static tweenLocalScaleTo ( this self, float to, float duration = 0.3f ) : ITween
self this Self.
to float To.
duration float Duration.
Résultat ITween

tweenPositionTo() public static méthode

transform.position tween
public static tweenPositionTo ( this self, Vector2 to, float duration = 0.3f ) : ITween
self this Self.
to Microsoft.Xna.Framework.Vector2 To.
duration float Duration.
Résultat ITween

tweenRotationDegreesTo() public static méthode

transform.rotation tween
public static tweenRotationDegreesTo ( this self, float to, float duration = 0.3f ) : ITween
self this Self.
to float To.
duration float Duration.
Résultat ITween

tweenScaleTo() public static méthode

transform.scale tween
public static tweenScaleTo ( this self, Vector2 to, float duration = 0.3f ) : ITween
self this Self.
to Microsoft.Xna.Framework.Vector2 To.
duration float Duration.
Résultat ITween

tweenScaleTo() public static méthode

transform.scale tween
public static tweenScaleTo ( this self, float to, float duration = 0.3f ) : ITween
self this Self.
to float To.
duration float Duration.
Résultat ITween