일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Replication
- ability task
- 게임 개발
- 유스케이스
- map design
- photon fusion2
- Race condition
- 게임개발
- animation
- stride
- Unreal Engine
- Security
- 유니티
- ret2libc
- DSP
- CTF
- gas
- MLFQ
- gameplay effect
- gameplay ability system
- unity
- Multiplay
- gravity direction
- Delegate
- 메카님
- Aegis
- MAC
Archives
- Today
- Total
목록벡터 (1)
Replicated

다섯개의 눈알이 있고, 범위 내에 있으면 플레이어 방향으로 화염탄을 날립니다. 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