Click or drag to resize
SpriteBaseAlterXVelocity Method
Increment or decrement horizontal velocity

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public virtual void AlterXVelocity(
	double delta
)

Parameters

delta
Type: SystemDouble
Amount by which to change velocity in pixels per frame per frame
See Also