コード例 #1
0
 public ConfigEditorFieldAttribute(int controlPropertyID = 0, FiledProperty filedProperty = FiledProperty.DEFAULT)
 {
     CurrentFiledProperty = filedProperty;
     ControlPropertyID    = controlPropertyID;
 }
コード例 #2
0
 public ConfigEditorFieldAttribute(FiledProperty filedProperty)
 {
     CurrentFiledProperty = filedProperty;
 }