Vector3.Z Field (Microsoft.DirectX)

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

Definition

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

Field Value

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

This field is read/write.