vector

@NotNull
open fun vector(): @NotNull Vector3f

Gets the vector value at this keyframe's specific time.

Return

the vector value

Since

1.15.2


@NotNull
open fun vector(time: Float): @NotNull Vector3f

Gets the vector value at a specific time, evaluating the function if necessary.

Return

the calculated vector

Since

1.15.2

Parameters

time

the time to evaluate at