Esempio n. 1
0
 protected virtual void Reset()
 {
     m_groupRoot      = false;
     m_groupLayer     = 0;
     m_groupLayers    = new string[0];
     m_groupCollision = new bool[0];
     TxDestroy.IfNotUnique(this);
 }
Esempio n. 2
0
 void Reset()
 {
     CreateHandles();
     TxDestroy.IfNotUnique(this);
 }