Click or drag to resize
SpriteBasedy Field
Vertical velocity of the sprite in pixels per frame

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public double dy

Field Value

Type: Double
Remarks
Negative numbers represent upward movement while positive numbers represent downward movement. This value only represents the final velocity of the sprite relative to the layer. If the sprite is riding a platform, see LocalDY.
See Also