public void WillInteract(SceneObject sceneObject)
 {
     sceneObject.PrepareForInteraction (this);
     isExpectingInteraction = true;
 }