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