Vector3.Y Field (Microsoft.DirectX)
Retrieves or sets the y component of a 3-D vector.
Definition
Visual Basic Public Y As Single C# public Single Y;
C++ public: Single Y;
JScript public var Y : Single
Field Value
System.Single
A Singlevalue that represents the y component of a 3-D vector.
This field is read/write.