Click or drag to resize

Vector3 Properties

The Vector3 type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBackward
Returns a Vector3 with components 0, -1, 0.
Public propertyStatic memberDown
Returns a Vector3 with components 0, 0, -1.
Public propertyStatic memberForward
Returns a Vector3 with components 0, 1, 0.
Public propertyIsEmpty
Gets whether this Vector3 is empty.
Public propertyStatic memberLeft
Returns a Vector3 with components -1, 0, 0.
Public propertyLength
Gets the length of this Vector3.
Public propertyLengthSquared
Gets the squared length of this Vector3.
Public propertyStatic memberOne
Returns a Vector3 with each component set to 1.
Public propertyStatic memberRight
Returns a Vector3 with components 1, 0, 0.
Public propertyStatic memberUnitX
Returns a Vector3 with components 1, 0, 0.
Public propertyStatic memberUnitY
Returns a Vector3 with components 0, 1, 0.
Public propertyStatic memberUnitZ
Returns a Vector3 with components 0, 0, 1.
Public propertyStatic memberUp
Returns a Vector3 with components 0, 0, 1.
Public propertyX
Gets the X component of this Vector3.
Public propertyXY
Creates a Vector2 instance with the X and Y components of this Vector3.
Public propertyY
Gets the Y component of this Vector3.
Public propertyZ
Gets the Z component of this Vector3.
Public propertyStatic memberZero
Returns an empty Vector3.
Top
See Also