コード例 #1
0
    public void Execute()
    {
        //positionHistory.Push(moveObject.GetCurrentPosition());
        rotationHistory.Push(rotateObject.GetCurrentRotation());
        //velocityHistory.Push(moveObject.GetCurrentVelocity());

        rotateObject.RotateLeft();
    }