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..