Java com.badlogic.gdx.utils.viewport ExtendViewport fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.utils.viewport ExtendViewport fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.utils.viewport ExtendViewport.

The text is from its open source code.

Constructor

ExtendViewport(float minWorldWidth, float minWorldHeight, Camera camera)
Creates a new viewport with no maximum world size.
ExtendViewport(float minWorldWidth, float minWorldHeight)
Creates a new viewport using a new OrthographicCamera with no maximum world size.
ExtendViewport(float minWorldWidth, float minWorldHeight, float maxWorldWidth, float maxWorldHeight, Camera camera)
Creates a new viewport with a maximum world size.