Exemplo n.º 1
0
 protected override Vector2 DragValueModify(Vector2 value)
 {
     return(PixelMath.GameToStrictPixelVector(value) * PixelOptions.PixelSize);
 }