public class Sample1 : MonoBehaviour {. float x = 1;. float y = 1;. float z = 1;. void Start() {. Vector3 v = new Vector3(x, y, z);. }.
確定! 回上一頁