C# 클래스 Nez.TweenExt

파일 보기 프로젝트 열기: prime31/Nez

공개 메소드들

메소드 설명
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