일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- DSP
- 유스케이스
- frequency-domain spectrum analysis
- Double free
- 배경 그림
- 메카님
- TSet
- pdlc
- 게임 개발
- STCF
- 게임개발
- MAC
- stride
- sampling theory
- dirty cow
- Security
- 유니티
- ret2libc
- dtft
- Unity #Indie Game
- CTF
- Race condition
- 운영체제
- AINCAA
- RBAC
- DP
- 언리얼엔진
- Rr
- linear difference equation
- MLFQ
Archives
- Today
- Total
목록벡터 (1)
다양한 기록
Parrying Sword #43 : [아트][개발][프로그래밍] Observer, 화염탄 날리는 눈알, 파이어구미 투명도 낮춤
다섯개의 눈알이 있고, 범위 내에 있으면 플레이어 방향으로 화염탄을 날립니다. public void fire() { if (!activeSts) return; if (!fireSphere) return; for (int i = 0; i < muzzleLength; i++) { go[i] = Instantiate(fireSphere, muzzles[i].transform.position, Quaternion.identity); Invoke("track", 1.0f); Destroy(go[i], 5.0f); } } private void track() { if (muzzleLength == 0) return; for (int i = 0; i < muzzleLength; i++) { float distance..
유니티 엔진/Parrying Sowrd
2024. 1. 3. 21:42