SpriteLibrary
SpriteLibrary
SpriteLibrary
Sprite Class
Sprite Fields
CannotMoveOutsideBox Field
MirrorHorizontally Field
MirrorVertically Field
MovementSpeed Field
payload Field
Sprite
MovementSpeed Field
The movement speed of the sprite. To make a Sprite move, you need to set the MovementSpeed, the direction (using
SetSpriteDirection(Vector)
,
SetSpriteDirectionToPoint(Point)
,
SetSpriteDirectionRadians(Double)
, or
SetSpriteDirectionDegrees(Double)
), and the
AutomaticallyMoves
property. The speed is calculated in pixels per amount of time. A higher number is faster than a lower number.
Namespace:
SpriteLibrary
Assembly:
SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
Copy
public
int
MovementSpeed
Field Value
Type:
Int32
See Also
Reference
Sprite Class
SpriteLibrary Namespace