UltimateReplay.Util Namespace

Ultimate Replay

UltimateReplay.Util Namespace
 
Classes
  Class Description
Public class BitConverterNonAlloc
Custom implmenetation of the BitConverter class that does not make any allocations. This is important as the methods may be called thousands of times per second.
Public class MonoSingletonT
Singleton imeplentation using MonoBehaviour as a base class. A dedicated owner object is created so that the singleton instance can be attached to it.