public virtual void onUnregisterObject(ITezAttributeHandler handler)
 {
     if (m_AttributeObjects != null)
     {
         for (int i = 0; i < m_AttributeObjects.Count; i++)
         {
             handler.removeAttributeDefObject(m_AttributeObjects[i]);
         }
     }
 }