Exemple #1
0
 private FastCellChangeMonitor()
 {
     dirtyTransforms            = new Dictionary <int, EventEntry>(256);
     eventHandlers              = new Dictionary <int, EventEntry>(256);
     movingTransforms           = new Dictionary <int, EventEntry>(256);
     pendingDirtyTransforms     = new Dictionary <int, EventEntry>(256);
     previouslyMovingTransforms = new Dictionary <int, EventEntry>(256);
     FastInstance = this;
 }
Exemple #2
0
 /// <summary>
 /// Creates the singleton instance.
 /// </summary>
 internal static void CreateInstance()
 {
     FastInstance = new FastCellChangeMonitor();
 }