J's Study log

[Unity] Component 본문

Computer Language/Unity

[Unity] Component

정우섭 2019. 2. 19. 07:34

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
Comments