Quaternion.XYZ Property

Definition

Caution

Use Xyz property instead.

Important

This API is not CLS-compliant.

Gets or sets an OpenTK.Vector3 with the X, Y and Z components of this instance.

[System.CLSCompliant(false)]
[System.Obsolete("Use Xyz property instead.")]
public OpenTK.Vector3 XYZ { get; set; }
member this.XYZ : OpenTK.Vector3 with get, set

Property Value

Attributes

Applies to