Versions with this page:
Versions without this page:
布料的拉伸刚度。
必须大于零且小于或等于一。\ 在许多情况下,如果需要提高布料刚度,实际上减少顶点的数量 会获得更好的结果和性能。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { transform.GetComponent<Cloth>().stretchingStiffness = 1; } }