예제 #1
6
 public void SetMethod(string methodName, SRF.Helpers.MethodReference method)
 {
     _method = method;
     Title.text = methodName;
 }
예제 #2
0
 public void SetMethod(string methodName, SRF.Helpers.MethodReference method)
 {
     _method    = method;
     Title.text = methodName;
 }
예제 #3
0
 public OptionDefinition(string name, string category, int sortPriority, SRF.Helpers.MethodReference method)
     : this(name, category, sortPriority)
 {
     Method = method;
 }