예제 #1
0
 override public void UpdateVisuals()
 {
     base.UpdateVisuals();
     m_UIComponentManager.UpdateVisuals();
 }
예제 #2
0
 // This function is used to update the animation state of the PopUp's UI components.
 virtual protected void UpdateVisuals()
 {
     m_UIComponentManager.UpdateVisuals();
 }