C# Класс Nez.TweenExt

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

tweenColorTo() публичный статический Метод

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.
Результат ITween

tweenLocalPositionTo() публичный статический Метод

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.
Результат ITween

tweenLocalRotationDegreesTo() публичный статический Метод

transform.localEulers tween
public static tweenLocalRotationDegreesTo ( this self, float to, float duration = 0.3f ) : ITween
self this Self.
to float To.
duration float Duration.
Результат ITween

tweenLocalScaleTo() публичный статический Метод

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.
Результат ITween

tweenLocalScaleTo() публичный статический Метод

transform.localScale tween
public static tweenLocalScaleTo ( this self, float to, float duration = 0.3f ) : ITween
self this Self.
to float To.
duration float Duration.
Результат ITween

tweenPositionTo() публичный статический Метод

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.
Результат ITween

tweenRotationDegreesTo() публичный статический Метод

transform.rotation tween
public static tweenRotationDegreesTo ( this self, float to, float duration = 0.3f ) : ITween
self this Self.
to float To.
duration float Duration.
Результат ITween

tweenScaleTo() публичный статический Метод

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.
Результат ITween

tweenScaleTo() публичный статический Метод

transform.scale tween
public static tweenScaleTo ( this self, float to, float duration = 0.3f ) : ITween
self this Self.
to float To.
duration float Duration.
Результат ITween