SpriteGetAnimationSpeed Method |
Return the animation speed of this particualar animation of the sprite.
Namespace:
SpriteLibrary
Assembly:
SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntaxpublic int GetAnimationSpeed(
int WhichAnimation
)
Parameters
- WhichAnimation
- Type: SystemInt32
The animation we are looking at
Return Value
Type:
Int32The speed which was set. The speed is calculated in pixels per amount of time. A higher number is faster than a lower number
See Also