class flixel.addons.display.FlxZoomCamera extends FlxCamera

Available on all platforms

ZoomCamera: A FlxCamera that centers its zoom on the target that it follows * Flixel version: 2.5+ * * @link http://www.kwarp.com * @author greglieberman * @email greg@kwarp.com

Instance Fields

var targetZoom:Float

Tell the camera to LERP here eventually

function new(X:Int, Y:Int, Width:Int, Height:Int, ?Zoom:Float = 0):Void

function setScale(X:Float, Y:Float):Void

function update():Void