1.0.1 • Published 7 months ago

com.iron-mountain.graphics-settings v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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; }
1.0.1

7 months ago

1.0.0

7 months ago