См. определение в файле LeftArea.c строка 75
76 {
77 #ifdef PLATFORM_CONSOLE
78 ScrollToActiveContainer();
79 #endif
83 {
86
88 m_UpIcon.SetPos( 0, Math.Clamp( top_y, 0, 99999 ) );
89
90 #ifndef PLATFORM_CONSOLE
91 float x2, y2;
94
95 float diff = bottom_y - ( top_y +
y );
96 if( diff < 0 )
97 {
98 top_y += diff / 2;
99 bottom_y -= diff / 2;
100 }
102 #endif
103 }
104 }
float GetCurrentContainerTopY()
float GetCurrentContainerBottomY()
Перекрестные ссылки Math::Clamp(), GetCurrentContainerBottomY(), GetCurrentContainerTopY(), m_DownIcon, m_IsActive, m_UpIcon, x и y.
Используется в Refresh() и SetActive().