Click or drag to resize
SpriteBaseAnimate Method
Advance the animation frame of this sprite according to its velocity or a constant rate.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public virtual void Animate(
	SpriteBaseSpriteAnimationType Correlation
)

Parameters

Correlation
Type: (Default Namespace)SpriteBaseSpriteAnimationType
Determines how and if the sprite's animation speed should be based on its movement.
See Also