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