Catlike Coding
Unity Code Documentation
Classes
Package CatlikeCoding.Utilities

Classes

class  FPSCounter
 Component that keeps track of the maximum, minimum, and average frame rate. More...
 
class  FPSDisplay
 Component that displays the frame rate with an FPSCounter and a UI panel. More...
 
class  FrameRateCounter
 A frame rate counter. More...
 
class  ScenePersistentObject
 Makes sure the game object isn't destroyed when another scene is loaded. Can be configured to make sure no two such objects with the same name exist. More...
 
class  StringBuilderUtility
 Utility class for efficient and fast StringBuilder manipulation. None of the methods create temporary or persistent objects. Memory allocation only happens when the StringBuilder needs more space. More...