RotateTowards# Vector3.RotateTowards(current, target, maxRadiansDelta, maxMagnitudeDelta)# 現在の位置から目標の位置に向けてベクトルを回転します。 Parameters: current (Vector3) -- 現在の位置 target (Vector3) -- 目標の位置 maxRadiansDelta (number) -- 最大回転角度 maxMagnitudeDelta (number) -- 許容できる最大のベクトルの大きさの差 Returns: 回転されたベクトル Return type: Vector3