Example #1
0
 private void Dispose()
 {
     if (this.m_Ptr != IntPtr.Zero)
     {
         MaterialPropertyBlock.DestroyImpl(this.m_Ptr);
         this.m_Ptr = IntPtr.Zero;
     }
     GC.SuppressFinalize(this);
 }