Example #1
0
 private Vector2f MoveComponent_GetNextPosition()
 {
     displayComponent.Rotation += Config.WeaponRotationSpeed;
     return(displayComponent.Position + moveComponent.GetVelocity(direction));
 }