Cómo establecer una variable Vector 3 en CSHARP

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