cara mengatur variabel vektor 3 di csharp

Vector3 vector3Variable = new Vector3 (x, y, z);
Depressed Dolphin