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