Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- overriding
- Nonlinear Function
- MapReduce
- member function
- call by reference
- 비선형 함수
- call by value
- Overloading
- Nonlinear Model
- 지도학습
- Machine learning
- 회귀학습
- 비선형모델
- c++
- local minimum
- struct
- Linear Regression
- 최소제곱법
- virtual function
- kubernetes
- 머신러닝
- 회귀
- 딥러닝
- least square
- Effective C++
- 선형모델
- Class
- 맵리듀스
- regression
- inheritance
Archives
- Today
- Total
J's Study log
[Unity] Parents and Child Object 본문
You can drag and drop the object to another, and it will be just like the picture.
If Stage object have mouse input script, Ground and Obstacle will move according to the script. And the situation like picture we call Stage 'Parent Object', and Ground&Obstacle 'Child Object'.
'Computer Language > Unity' 카테고리의 다른 글
[Unity] Trigger and Collision (0) | 2019.03.02 |
---|---|
[Unity] Local Transform (0) | 2019.02.27 |
[Unity] Input Mouse Button (0) | 2019.02.27 |
[Unity] Input keys (0) | 2019.02.25 |
[Unity] Input Arrow Keys (0) | 2019.02.25 |