com.iron-mountain.graphics-settings

1.0.1 • Public • Published

Graphics Settings

Version: 1.0.1 Standard tools for managing graphics and quality settings.

Use Cases:

  • Set screen resolution and fullscreen status
  • Monitor framerate through a UI text element
  • Set target framerate.

Package Mirrors:

Key Scripts & Components:

ramerate

  1. public class FramerateText : MonoBehaviour
  2. public class TargetFramerateSetter : MonoBehaviour

esolution

  1. public class FullScreenToggle : MonoBehaviour
  2. public class ResolutionButton : MonoBehaviour
    • Properties:
      • public Int32 Width { get; set; }
      • public Int32 Height { get; set; }
      • public String AspectRatio { get; set; }

Readme

Keywords

Package Sidebar

Install

npm i com.iron-mountain.graphics-settings

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

29.8 kB

Total Files

25

Last publish

Collaborators

  • ludachrismonte