Vector3.Y Field (Microsoft.DirectX)

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

Definition

Visual BasicPublic Y As SingleLeave Site
C#public SingleLeave Site Y;
C++public: SingleLeave Site Y;
JScriptpublic 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. 
Show: