GameCamera Constructor Delta Engine Documentation
Initializes a new instance of the GameCamera class

Namespace: CreepyTowers
Assembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public GameCamera(
	float minZoom = 1f,
	float maxZoom = 1f,
	float zoomSmoothingFactor = 0.1f
)
See Also