일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 배경 그림
- 유스케이스
- dirty cow
- DP
- Double free
- Security
- 게임 개발
- frequency-domain spectrum analysis
- Unity #Indie Game
- TSet
- DSP
- AINCAA
- 메카님
- Rr
- RBAC
- linear difference equation
- MAC
- Race condition
- MLFQ
- stride
- CTF
- 언리얼엔진
- pdlc
- 유니티
- sampling theory
- 운영체제
- 게임개발
- STCF
- ret2libc
- dtft
Archives
- Today
- Total
목록상호작용 (1)
다양한 기록
Parring Sword #50 : [프로그래밍] 메뉴와 상호작용
이번 게시글의 주제는 전투 불능 시의 메뉴와 일시 정지 시의 메뉴 제작입니다. 저번에도 올렸던 것으로 기억하는 클래스 다이어그램입니다. using System.Collections; using System.Collections.Generic; using UnityEngine; public class StageTrigger_Interaction : MonoBehaviour { protected PlayerMain playerMain; protected MenuManager menuManager; protected FadeFilter fadeFilter; protected virtual void Awake() { playerMain = GameObject.FindGameObjectWithTag("Player..
유니티 엔진/Parrying Sowrd
2024. 1. 12. 06:17