J's Study log

[Unity] Physics Material 본문

Computer Language/Unity

[Unity] Physics Material

정우섭 2019. 2. 21. 06:40

Physics Material - You can use it to change object's physical properties such as

Dynamic Friction - How much friction does the object have while moving.

Static Friction - How much power you have to give object to move it.

Bounciness - How much ratio of reaction does the object have. (0~1)

Friction/Bounciness Combine - (What if each maximum and minimum objects crush?)



Collider - The actual reacting shape of an object. If the sphere object's collider is box shaped. It moves as if it is a box. And also you can change the size and location of the collider.

'Computer Language > Unity' 카테고리의 다른 글

[Unity] GetComponent  (0) 2019.02.23
[Unity] Script  (0) 2019.02.23
[Unity] Component  (0) 2019.02.19
[Unity] Camera & Light  (0) 2019.02.19
[Unity] Transform & Inspector  (0) 2019.02.19
Comments