コード例 #1
0
 public override string AutoName()
 {
     return(ActionHelpers.AutoNameRange(this, min, max));
 }
コード例 #2
0
ファイル: EaseFloat.cs プロジェクト: spawncamper/lmgj
 public override string AutoName()
 {
     return(ActionHelpers.AutoNameRange(this, fromValue, toValue) + " " + easeType);
 }