(MIGRATING) Rename Rotationing to Rotating

This commit is contained in:
Haï~
2023-10-02 07:16:47 +02:00
parent d31b2282fa
commit 3afc3a1f42
@@ -100,7 +100,7 @@ namespace AnimatorAsCode.V1
return this;
}
public AacFlClip Rotationing(GameObject[] gameObjectsWithNulls, Vector3 localEulerAngles)
public AacFlClip Rotating(GameObject[] gameObjectsWithNulls, Vector3 localEulerAngles)
{
var defensiveObjects = gameObjectsWithNulls.Where(o => o != null); // Allow users to remove an item in the middle of the array
foreach (var component in defensiveObjects)