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
- inheritance
- overriding
- least square
- Effective C++
- 선형모델
- struct
- Nonlinear Function
- member function
- MapReduce
- Class
- kubernetes
- c++
- 머신러닝
- regression
- call by reference
- Nonlinear Model
- 딥러닝
- 맵리듀스
- 회귀
- 회귀학습
- virtual function
- 비선형 함수
- Machine learning
- 비선형모델
- Overloading
- local minimum
- Linear Regression
- call by value
- 최소제곱법
- 지도학습
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 |