이 페이지가 있는 버전:
이 페이지가 없는 버전:
The Collider attached to this GameObject. (Null if there is none attached).
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { collider.material.dynamicFriction = 1; } }