Vector3.Y Field (Microsoft.DirectX)

Retrieves or sets the y component of a 3-D vector.

Definition

Visual Basic Public Y As SingleLeave Site
C# public SingleLeave Site Y;
C++ public: SingleLeave Site Y;
JScript public var Y : SingleLeave Site

Field Value

System.Single
A SingleLeave Site value that represents the y component of a 3-D vector.

This field is read/write.