using UnityEngine; namespace DTT.Utils.Optimization { /// /// Implements the lazy dictionary to setup storage of texture 2D objects /// to be created once they are used the first time. /// public class LazyTexture2DCache : LazyDictionary { } }