LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

Quaternion.SlerpUnclamped

public static Quaternion SlerpUnclamped(Quaternion a, Quaternion b, float t);

Description

Spherically interpolates between a and b by t. The parameter t is not clamped.

See Also: LerpUnclamped, Slerp.