Study3 [조사] 화면 해상도(디스플레이), 배율 통계 조사 참고 사이트 목록 1. 삼성SDS 인사이트 https://www.samsungsds.com/kr/insights/enterprise_ux_resolution.html [Enterprise UX] SI 프로젝트에서는 어떤 표준 해상도를 사용해야 할까? [Enterprise UX] SI 프로젝트에서는 어떤 표준 해상도를 사용해야 할까? www.samsungsds.com 2. 화면 해상도 비율 관련 https://www.rapidtables.org/ko/web/dev/screen-resolution-statistics.html 화면 해상도 통계 화면 해상도 통계 화면 해상도 디스플레이 크기 통계. 가장 일반적인 화면 해상도 : 화면 해상도 디스플레이 비율 용법 화면 크기 / 유형 1366x768 16 : 9 19.1 % 14 .. 2022. 8. 29. [영어] Step on a rake 자신도 모르게 나쁜 결과를 낳았을 때, 사용하는 표현> I stepped on a rake by talking about her parents>> 나도 모르게, 그녀의 부모님께 나쁜 짓을 했다...> 출처 : 세진쌤 유튜브https://youtu.be/nmY3ihxDU7U 2022. 5. 9. Button Click Timer 설정 1. using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; public class ButtonTimer : MonoBehaviour, IPointerEnterHandler, IPointerExitHandler { [SerializeField] float SetTime; float timeremain; Button UIButton; void Start() { UIButton = GetComponent(); timeremain = SetTime; } public void OnPointerEnter(PointerEventData eventData) { InvokeRepeating("countDown", 0, Time.deltaTime.. 2020. 12. 13. 이전 1 다음