Unity/Unity(C#์ค๊ธ)
ํ์ฅ๋ฉ์๋
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; //ํ์ฅ ๋ฉ์๋ : ๊ธฐ์กด ํด๋์ค ๋ฐ ๋ค๋ฅธ ํด๋์ค์ ์ธ์คํด์ค ๋ฉ์๋๋ฅผ ์ถ๊ฐํ ์ ์์ด, ๊ธฐ๋ฅ์ ํ์ฅํ๋ ๊ธฐ๋ฒ //์กฐ๊ฑด 1 : static ํด๋์ค์ฌ์ผ ํ ๊ฒ(MonoBehaviour๋ ํ์์์ผ๋ฏ๋ก ์์ ์ ๊ฑฐ) public static class Extension { //์ฒซ๋ฒ์งธ ๋งค๊ฐ ๋ณ์ : ํ์ฅํ๋ ค๊ณ ํ๋ ๋์ //this ํ์ฅํ ํด๋์ค ๋๋ ํ์ public static void AddUIEvent(this GameObject go, Action action, Define.UIEvent..
๋ค์ํ๊ฒ ์์ฑํ ์ ์๋ ๋๋ค์
//๋ฌด๋ช ๋ฉ์๋//uIEvent.OnDragHandler += delegate (PointerEventData data){uIEvent.gameObject.transform.position = data.position; }; //๋๋ค์//uIEvent.OnDragHandler += (PointerEventData data) => { uIEvent.gameObject.transform.position = data.position; }; //๋๋ค์//uIEvent.OnDragHandler += (PointerEventData data) => uIEvent.gameObject.transform.position = data.position; //๋๋ค์//uIEvent.OnDragHandler += ((Pointe..
์ด๋ฒคํธ
์ด๋ฒคํธ๋ ํ๋ ์ด์ด๊ฐ '์์๋ ์๋ฆผ'์ผ๋ก ์ธ์งํ๋ค. ์ฑ ์์ ํน์ ์ธ ์ ์ฉ ์งํต์ ํ๊ฐ ๋์ฌ์์ ๋ ๋ฒจ์ด ์ธ๋ฆฌ๋ฉด ๋ฐ๊ธฐ๋ ์ ์ ํน์ ์ธ์ด ์ ํํ๋ค๋ ๊ฑธ ์ ์ ์๊ณ ํน์ ์ธ์๊ฒ ๋ฌด์ธ๊ฐ๊ฐ ๋ฐ์ํ์์ ์ง์ํ ์ ์๋ค. ์ด๋ฒคํธ๋ ์ด์ ์ ์ฌํ ์๋ฆฌ๋ก ๋์ํ๋ค. ์ด๋ฒคํธ ๋ฐ์์ ๋ํด ์ค๋น๋ฅผ ๋ ํ๊ณ ์๊ณ ์ด๋ฒคํธ๊ฐ ๋ฐ์ํ๋ฉด ๊ทธ์ ๋ฐ๋ผ ์์ ๋ ๋์์ ์ํํ๋ค. ๋ํ ์ด๋ฒคํธ์ ํจ๊ป ๊ด๋ จ ์ ๋ณด๋ฅผ ์ ๋ฌํด ์ด๋ค ์ํฉ์ด ๋ฐ์ํ๋์ง๋ฅผ ์๋ ค์ค ์๋ ์๋ค. using System.Collections; using System.Collections.Generic; using UnityEngine; public class Eventsc : MonoBehaviour { //์ด๋ฒคํธ๋ ์์์ ์ฌ์ฉํด ํต์ ์ ํํ์ ์ด๋ฒคํธ๊ฐ ๋ฐ์ํ์ ๋ ์ ๋ฌํ ์ ๋ณด์ ์ข ๋ฅ..
Delegate
Delegate ์์์ด๋ ์ ์ฒด ์์ ์ค ์ผ๋ถ๋ฅผ ๋๊ตฐ๊ฐ๋ฅผ ๋์ ํด ํจ์จ์ ์ผ๋ก ์ฒ๋ฆฌํ๋ ํํ๋ฅผ ๋งํ๋ค. ๋ ๋ค๋ฅธ ํํ์ ์์์ผ๋ก C# ์ ๋๋ฆญ๊ณผ Action ๋๋ Action๋ฅผ ์ฌ์ฉํ๋ ๋ฐฉ์์ด ์๋ค. ์์์ ์ฌ์ฉํ๋ ์ฃผ์ํ ๋ ๊ฐ์ ํจํด์ ์ค์ ๊ฐ๋ฅ๋ฉ์๋(Configurable method)ํจํด๊ณผ ์์(delegation) ํจํด์ด๋ค. 1. ์ค์ ๊ฐ๋ฅ ๋ฉ์๋ ํจํด ์ผ์ด๋ ํจ์์ ์ผ๋ถ๋ฅผ ๋ค๋ฅธ ๋ฉ์๋๋ก ์ ๋ฌํด ์์ ์ ์๋ฃํ๋๋ฐ ์ฌ์ฉํ๋ ํจํด์ด๋ค. ์ด ํจํด์ ๊ณ ์ ํ ๋ฐฉ์์ ๊ฐ์ง ๊ฐ๋ณ ์ฝ๋๊ฐ ๊ณตํต๋ ์์ ์ ์ํํ ๋ ์ฌ์ฉํ๋ค. ์๋ฅผ ๋ค๋ฉด ๊ฑท๊ธฐ, ๋ฐ๊ธฐ, ํ์ ๋ฑ์ด ์ด์ ํด๋นํ๋ค. ์ด ๋ชจ๋ ์์ ์ ์บ๋ฆญํฐ์ ๊ธฐ๋ณธ ํ์๊ฐ ๋ ์ ์๋ค. using System.Collections; using System.Collections.G..
์ ๋ํฐ Reflection ์ฌ์ฉํ์ฌ ํ ํด๋์ค๋ฅผ ์ปดํฌ๋ํธ๋ก ๊ฐ์ ธ์ค๊ธฐ, ํ ํด๋์ค ์ธ์คํด์ค์ ์ ๊ทผํ๊ธฐ
Reflection์ ์์ฉ ๊ฐ๋ฅํ ๋ถ๋ถ์ด ๊ต์ฅํ ๋ง๋ค. ๋ง์ ๋ก์ง์ ํ์ฉํ ์ ์์ ๊ฒ ๊ฐ์์ ๊ธฐ๋๋๋ค. using System; using System.Reflection; ์ด๋ ๊ฒ ๋์ค์ ์จ์ฃผ์ด์ผ ์ฌ์ฉํ ์ ์๋ค. ํ ํด๋์ค๋ฅผ ์ปดํฌ๋ํธ๋ก ๊ฐ์ ธ์ค๊ธฐ - quantity๋ผ๋ ๋ณ์๋ฅผ ๊ฐ์ง๊ณ ์๋ ์กํธ์ด๋ผ๋ ํด๋์ค๋ฅผ ๋ง๋ค๊ณ ์๋์ ๊ฐ์ด ์์ฑ public class Songpyeon : MonoBehaviour { public int quantity; } using System.Collections; using System.Collections.Generic; using UnityEngine; using System; using System.Reflection; public class Reflection : Mo..