© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2021
V. G. BruscaIntroduction to Video Game Engine Developmenthttps://doi.org/10.1007/978-1-4842-7039-4_3

3. Helper Classes

Victor G Brusca1  
(1)
Edison, NJ, USA
 
In this chapter, you’ll review the helper classes of the MmgBase API. Helper classes are usually simple to initialize, use static methods to expose functionality, and provide support for different features of the API. We’ll encounter the following classes during this review:
  • MmgApiUtils

  • MmgHelper

  • MmgScreenData

  • MmgFontData

  • MmgDebug

  • MmgBmpScaler

  • MmgMediaTracker

Helper Classes: MmgApiUtils

The MmgApiUtils class is a simple helper class that provides centralized logging support for the MmgBase API. The MmgApiUtils ...

Get Introduction to Video Game Engine Development: Learn to Design, Implement, and Use a Cross-Platform 2D Game Engine now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.