今天來記一下每次要用都會忘記的功能;Random隨機值。 using UnityEngine; public class RandomTest : MonoBehaviour { void Start () { Random.seed ...
確定! 回上一頁