public void SetUp(GUIContent label, FieldInfo fieldInfo, UTPropertyBase theProperty)
 {
     this.label = label;
     this.theProperty = theProperty;
     this.fieldInfo = fieldInfo;
 }
예제 #2
0
 public void SetUp(GUIContent label, FieldInfo fieldInfo, UTPropertyBase theProperty)
 {
     this.label       = label;
     this.theProperty = theProperty;
     this.fieldInfo   = fieldInfo;
 }