示例#1
0
文件: EaseElastic.cs 项目: yrest/urho
 public EaseElasticState(EaseElastic action, Node target) : base(action, target)
 {
     Period = action.Period;
 }
示例#2
0
		public EaseElasticState (EaseElastic action, Node target) : base (action, target)
		{
			Period = action.Period;
		}