This is the old Animancer v7.4 documentation. Click here for the latest version.

CharacterMovement.

TurnTowards(Vector3, float) Method

Syntax

public void TurnTowards(Vector3 direction, float speed)

Parameters

Name Type Description
direction Vector3
speed float

Return Value

Type Description
void