x,y,z是數字,可以寫成整數(int)或浮點數(float ※數字後要加f,例如0.0f )。 //向量變數基本用法Vector2 vec2 = new Vector2(1,0);//int x=1 , int y=0 Vector3 ...
確定! 回上一頁