IgnoreObject() public method

public IgnoreObject ( Sprite name ) : void
name Sprite
return void
Beispiel #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);
 }