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 public virtual bool IsMoving(
SpriteBaseDirection Direction
)
Parameters
- Direction
- Type: (Default Namespace)SpriteBaseDirection
Determines which direction to check
Return Value
Type:
BooleanTrue if the sprite has any movement in the specified direction, otherwise false.
See Also