public Vector3 GetRotationOffset (int index);

Parámetros

indexThe index of the constraint source.

Valor de retorno

Vector3 The rotation offset, as Euler angles.

Descripción

Gets the rotation offset associated with a source by index.

Throws InvalidOperationException, if the list of sources is empty. Throws ArgumentOutOfRangeException, if the index is invalid.