示例#1
0
 public override string AutoName()
 {
     return(ActionHelpers.AutoNameRange(this, min, max));
 }
示例#2
0
 public override string AutoName()
 {
     return(ActionHelpers.AutoNameRange(this, fromValue, toValue) + " " + easeType);
 }