IgnoreObject() 공개 메소드

public IgnoreObject ( Sprite name ) : void
name Sprite
리턴 void
예제 #1
0
 public void IgnoreObjectTest()
 {
     ActionHandler target = new ActionHandler(); // TODO: Initialize to an appropriate value
     Sprite name = new Sprite(); // TODO: Initialize to an appropriate value
     target.IgnoreObject(name);
 }