Click or drag to resize
SpriteBaseIsMoving Method
Determines if the sprite is moving in the specified direction at all.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public virtual bool IsMoving(
	SpriteBaseDirection Direction
)

Parameters

Direction
Type: (Default Namespace)SpriteBaseDirection
Determines which direction to check

Return Value

Type: Boolean
True if the sprite has any movement in the specified direction, otherwise false.
See Also