Пример #1
0
 public void Release(RTHandle rth)
 {
     if (rth != null)
     {
         Assert.AreEqual(this, rth.m_Owner);
         rth.Release();
     }
 }
Пример #2
0
 public static void Release(RTHandle rth)
 {
     rth.Release();
 }