コード例 #1
0
 public void CancelMove(UrbanChallenge.Common.Coordinates orig, WorldTransform t)
 {
     throw new Exception("The method or operation is not implemented.");
 }
コード例 #2
0
 public HitTestResult HitTest(UrbanChallenge.Common.Coordinates loc, float tol, WorldTransform wt, DisplayObjectFilter filter)
 {
     return(new HitTestResult(this, false, float.MaxValue));
 }
コード例 #3
0
 public override void CancelMove(UrbanChallenge.Common.Coordinates orig, RndfEditor.Display.Utilities.WorldTransform t)
 {
     throw new Exception("The method or operation is not implemented.");
 }