Uses of Enum Class
de.pirckheimer_gymnasium.jbox2d.testbed.framework.TestbedCamera.ZoomType
Packages that use TestbedCamera.ZoomType
-
Uses of TestbedCamera.ZoomType in de.pirckheimer_gymnasium.jbox2d.testbed.framework
Methods in de.pirckheimer_gymnasium.jbox2d.testbed.framework that return TestbedCamera.ZoomTypeModifier and TypeMethodDescriptionstatic TestbedCamera.ZoomTypeReturns the enum constant of this class with the specified name.static TestbedCamera.ZoomType[]TestbedCamera.ZoomType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.pirckheimer_gymnasium.jbox2d.testbed.framework with parameters of type TestbedCamera.ZoomTypeModifier and TypeMethodDescriptionvoidTestbedCamera.zoomToPoint(Vec2 screenPosition, TestbedCamera.ZoomType zoomType) Zooms the camera to a point on the screen.