T_49_META_API_108

Math
Tanto lado del cliente como del usuario
Disponible en PC y móvil

T_49_META_API_108_D

Declaración

func LerpVector3(valueA Vector3, valueB Vector3, valueT float) Vector3
go

Parámetros

Entrada

Nombre Tipo Descripción
ValueA Vector3 A Value
ValueB Vector3 B value
ValueT Float Interpolation progress, the value range is [0,1]. When the value is 0, it returns the A value, and when the value is 1, it returns the B value.

Regresar

Tipo Descripción
Vector3 The resulting quaternion