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
- 맵리듀스
- 딥러닝
- regression
- member function
- Overloading
- 회귀학습
- local minimum
- 선형모델
- Effective C++
- 머신러닝
- virtual function
- least square
- overriding
- kubernetes
- 지도학습
- Nonlinear Function
- Class
- MapReduce
- Machine learning
- c++
- call by value
- Nonlinear Model
- 최소제곱법
- Linear Regression
- 비선형모델
- 회귀
- inheritance
- struct
- 비선형 함수
- call by reference
Archives
- Today
- Total
J's Study log
[Unity] Component 본문
Component - It gives characteristics to each object. Such as camera, light, and so on.
Rigidbody - Makes object move after the law of physic. If you don't check on 'Use Gravity' the object moves as if there's no gravity.
https://programmers.co.kr/learn/courses/1/lessons/511#
'Computer Language > Unity' 카테고리의 다른 글
[Unity] Script (0) | 2019.02.23 |
---|---|
[Unity] Physics Material (0) | 2019.02.21 |
[Unity] Camera & Light (0) | 2019.02.19 |
[Unity] Transform & Inspector (0) | 2019.02.19 |
[Unity] GameObject (0) | 2019.02.19 |