라이브러리 비활성화 기능 수정 및 초기 메인 화면 UI 변경
This commit is contained in:
@@ -46,7 +46,7 @@ public class UI_BarChartData : UIBase
|
||||
|
||||
float clampedX = Mathf.Clamp(topPosition.x + offset.x, -parentSize.x / 2 + uiSize.x / 2, parentSize.x / 2 - uiSize.x / 2);
|
||||
|
||||
rectTransform.position = new Vector2(clampedX + offset.x, offset.y);
|
||||
rectTransform.localPosition = new Vector2(clampedX, offset.y);
|
||||
gameObject.SetActive(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user