Versions with this page:
Versions without this page:
抑制布料运动。
设置它可抑制布料实例的运动。必须介于零到一之间。 将它设置为零将禁用布料阻尼。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { transform.GetComponent<Cloth>().damping = 1; } }