C# Class Paint.CalculatePlaybackSpeed

Calculate playback speed.
Inheritance: ICalculatePlaybackSpeed
Mostrar archivo Open project: RandolphBurt/MonoGame-iOS-SimplePaint

Public Methods

Method Description
TouchPointsToRender ( float currentSpeed ) : int

Determines how many touch points should be rendered on this update based on the current speed

Method Details

TouchPointsToRender() public method

Determines how many touch points should be rendered on this update based on the current speed
public TouchPointsToRender ( float currentSpeed ) : int
currentSpeed float The current playback speed (between 0 and 1).
return int