일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- SQL
- MYSQL
- 이진탐색
- Hash
- 스토어드 프로시저
- Trie
- String
- binary search
- two pointer
- Two Points
- Stored Procedure
- union find
- 그래프
- Dijkstra
- Brute Force
- DP
- 다익스트라
Archives
- Today
- Total
codingfarm
생성 본문
1
2
3
4
5
6
|
public Unit unit;
public Transform spawner;
public void Spawn(){
Unit newUnit = Instantiate(unit, spawner.position, spawner.rotation) as Unit;
}
|
cs |
Comments