C# Class MonoGdx.Utils.ScalingExt

Mostra file Open project: jaquadro/MonoGdx

Public Methods

Method Description
Apply ( this scaling, float sourceWidth, float sourceHeight, float targetWidth, float targetHeight ) : Vector2

Method Details

Apply() public static method

public static Apply ( this scaling, float sourceWidth, float sourceHeight, float targetWidth, float targetHeight ) : Vector2
scaling this
sourceWidth float
sourceHeight float
targetWidth float
targetHeight float
return Vector2