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