public AddForceToRigidbodyCommand(InputHandlerState stateAttachedTo)
 {
     this.stateAttachedTo = stateAttachedTo;
 }
 public RotateRigidbodyCommand(InputHandlerState stateAttachedTo)
 {
     this.stateAttachedTo = stateAttachedTo;
 }
 public SetRigidbodyVelocityCommand(InputHandlerState stateAttachedTo)
 {
     this.stateAttachedTo = stateAttachedTo;
 }