Méthode | Description | |
---|---|---|
tweenColorTo ( this self, Microsoft.Xna.Framework.Color to, float duration = 0.3f ) : ITween |
RenderableComponent.color tween
|
|
tweenLocalPositionTo ( this self, |
transform.localPosition tween
|
|
tweenLocalRotationDegreesTo ( this self, float to, float duration = 0.3f ) : ITween |
transform.localEulers tween
|
|
tweenLocalScaleTo ( this self, |
transform.localScale tween
|
|
tweenLocalScaleTo ( this self, float to, float duration = 0.3f ) : ITween |
transform.localScale tween
|
|
tweenPositionTo ( this self, |
transform.position tween
|
|
tweenRotationDegreesTo ( this self, float to, float duration = 0.3f ) : ITween |
transform.rotation tween
|
|
tweenScaleTo ( this self, |
transform.scale tween
|
|
tweenScaleTo ( this self, float to, float duration = 0.3f ) : ITween |
transform.scale 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 |
public static tweenLocalPositionTo ( this self, |
||
self | this | Self. |
to | To. | |
duration | float | Duration. |
Résultat | ITween |
public static tweenLocalRotationDegreesTo ( this self, float to, float duration = 0.3f ) : ITween |
||
self | this | Self. |
to | float | To. |
duration | float | Duration. |
Résultat | ITween |
public static tweenLocalScaleTo ( this self, |
||
self | this | Self. |
to | To. | |
duration | float | Duration. |
Résultat | ITween |
public static tweenLocalScaleTo ( this self, float to, float duration = 0.3f ) : ITween |
||
self | this | Self. |
to | float | To. |
duration | float | Duration. |
Résultat | ITween |
public static tweenPositionTo ( this self, |
||
self | this | Self. |
to | To. | |
duration | float | Duration. |
Résultat | ITween |
public static tweenRotationDegreesTo ( this self, float to, float duration = 0.3f ) : ITween |
||
self | this | Self. |
to | float | To. |
duration | float | Duration. |
Résultat | ITween |
public static tweenScaleTo ( this self, |
||
self | this | Self. |
to | To. | |
duration | float | Duration. |
Résultat | ITween |
public static tweenScaleTo ( this self, float to, float duration = 0.3f ) : ITween |
||
self | this | Self. |
to | float | To. |
duration | float | Duration. |
Résultat | ITween |