void Object2D::CallDestroy() { OnDispose(); }
void UIAbstractText::Dispose() { UIWindow::Dispose(); OnDispose(m_bIsDisposed); }