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
- struct
- least square
- Nonlinear Function
- Overloading
- c++
- Effective C++
- call by reference
- 비선형모델
- 머신러닝
- Class
- 회귀
- 선형모델
- 딥러닝
- Nonlinear Model
- virtual function
- MapReduce
- inheritance
- 회귀학습
- local minimum
- 비선형 함수
- regression
- Linear Regression
- overriding
- member function
- 지도학습
- kubernetes
- Machine learning
- 맵리듀스
- call by value
- 최소제곱법
Archives
- Today
- Total
J's Study log
[Unity] Local Transform 본문
Local Position - Relative position of a Child Object for it's Parent Object
Local Rotation - Relative rotation of a Child Object for it's Parent Object
Local Scale - The scale of the transform relative to the parent.
|
Local Position |
Local Rotation |
Local Scale |
Command |
transform.localPosition |
transform.localRotation |
transform.localScale |
how to use |
Same as transform.position |
Same as transform.rotation |
Same as transform.scale |
'Computer Language > Unity' 카테고리의 다른 글
[Unity] Tag / Applied Learning(Eating Coins, Game Manager) (0) | 2019.03.04 |
---|---|
[Unity] Trigger and Collision (0) | 2019.03.02 |
[Unity] Parents and Child Object (0) | 2019.02.27 |
[Unity] Input Mouse Button (0) | 2019.02.27 |
[Unity] Input keys (0) | 2019.02.25 |
Comments