Property | Type | Description | |
---|---|---|---|
delay | double | ||
dim | Vector2 | ||
frame | int | ||
frames | int | ||
img | Microsoft.Xna.Framework.Graphics.Texture2D | ||
speed | double |
Method | Description | |
---|---|---|
AnimatedTexture ( AnimatedTexture a ) : System | ||
AnimatedTexture ( Microsoft.Xna.Framework.Graphics.Texture2D t, int f, double s ) : System | ||
getFrame ( ) : |
||
willFinish ( double dt ) : bool |
public AnimatedTexture ( AnimatedTexture a ) : System | ||
a | AnimatedTexture | |
return | System |
public AnimatedTexture ( Microsoft.Xna.Framework.Graphics.Texture2D t, int f, double s ) : System | ||
t | Microsoft.Xna.Framework.Graphics.Texture2D | |
f | int | |
s | double | |
return | System |
public Texture2D,Microsoft.Xna.Framework.Graphics img | ||
return | Microsoft.Xna.Framework.Graphics.Texture2D |