프로그래밍/Unity 썸네일형 리스트형 미니맵 참고 사항 미니맵 코드 정리 using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using App; using UnityEngine.SceneManagement; namespace RedDot { public partial class MiniMap : GuiObject //무기 주워서 변경 { GameObject m_StartPoint = null; GameObject m_EndPoint = null; public GameObject [] m_Players; Image m_Image = null; RectTransform m_RectTranceFrom = null; RectTransfor.. 이전 1 다음