The direction is a value between -1.0f and 1.0f , so if you want to get delta angle(how fast) , then DeltaAngle = Direction * 90.0f
if you use Tick that means DeltaAngle per DeltaTime
if you are using the timer , DeltaAngle per Time
The direction is a value between -1.0f and 1.0f , so if you want to get delta angle(how fast) , then DeltaAngle = Direction * 90.0f
if you use Tick that means DeltaAngle per DeltaTime
if you are using the timer , DeltaAngle per Time