Beispiel #1
0
 void Pan(Vector2 delta)
 {
     m_Camera.Pan(delta);
 }
 void Pan(Vector2 delta)
 {
     m_Camera.Pan(delta);
     OnInteraction();
 }