Como definir uma variável Vector 3 no CSharp

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