Unity——API中Mathf的插值函數,關於對象的移動

1. Lerp  從a點->b點->a點來回循環移動ide 例:從(-1,0,0)到(1,0,0)code using UnityEngine; public class Lerp : MonoBehaviour { public float minimum = -1.0f; public float maximum = 1.0f; float t = 0.0f;
相關文章
相關標籤/搜索