C# Class Nez.TweenExt

ファイルを表示 Open project: prime31/Nez

Public Methods

Method 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 method

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.
return ITween

tweenLocalPositionTo() public static method

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.
return ITween

tweenLocalRotationDegreesTo() public static method

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

tweenLocalScaleTo() public static method

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.
return ITween

tweenLocalScaleTo() public static method

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

tweenPositionTo() public static method

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.
return ITween

tweenRotationDegreesTo() public static method

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

tweenScaleTo() public static method

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.
return ITween

tweenScaleTo() public static method

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