Click or drag to resize
SpriteGetAnimationSpeed Method
Return the animation speed of this particualar animation of the sprite.

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)
Syntax
C#
public int GetAnimationSpeed(
	int WhichAnimation
)

Parameters

WhichAnimation
Type: SystemInt32
The animation we are looking at

Return Value

Type: Int32
The 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