Skip to content

Instantly share code, notes, and snippets.

@nipundavid
Created April 20, 2013 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nipundavid/5425493 to your computer and use it in GitHub Desktop.
Save nipundavid/5425493 to your computer and use it in GitHub Desktop.
public EngineOptions(final boolean pFullscreen, final ScreenOrientation pScreenOrientation, final IResolutionPolicy
pResolutionPolicy, final Camera pCamera) {
this.mFullscreen = pFullscreen;
this.mScreenOrientation = pScreenOrientation;
this.mResolutionPolicy = pResolutionPolicy;
this.mCamera = pCamera;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment