Unregister() public method

public Unregister ( string message, GameObject obj ) : void
message string
obj GameObject
return void
コード例 #1
0
 public bool UnregisterBuzzer(string id)
 {
     return(_dispatcher.Unregister(id));
 }