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

CharacterMovement.

TurnTowards(float, float, float) Method

Syntax

public void TurnTowards(float currentAngle, float targetAngle, float speed)

Parameters

Name Type Description
currentAngle float
targetAngle float
speed float

Return Value

Type Description
void