private static bool IsLoading() { if (m_curScene == null) { return(false); } return(m_curScene.IsLoading()); }