Unity1 [Unity] 유니티에서 IEnumerator 사용하여 이미지 깜빡이기 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class MarkerGrid : MonoBehaviour { public Image imageGrid; public GameObject toastPanal; public IEnumerator EMarkerGrid() { int count = 0; this.gameObject.SetActive(true); while(count 2020. 3. 2. 이전 1 다음