RecognizeObject() 공개 메소드

public RecognizeObject ( Sprite name ) : void
name Sprite
리턴 void
예제 #1
0
 public void RecognizeObjectTest()
 {
     ActionHandler target = new ActionHandler(); // TODO: Initialize to an appropriate value
     Sprite name = null; // TODO: Initialize to an appropriate value
     target.RecognizeObject(name);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }