C# Class Paint.CalculatePlaybackSpeed

Calculate playback speed.
Inheritance: ICalculatePlaybackSpeed
Afficher le fichier Open project: RandolphBurt/MonoGame-iOS-SimplePaint

Méthodes publiques

Méthode 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 méthode

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).
Résultat int