Vector3::UnitY Property

Gets the vector (0,1,0).

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static property Vector3 UnitY {
	Vector3 get ();
}

Property Value

Type: System.Numerics::Vector3
The vector (0,1,0)..
Show: