Example #1
0
 public EaseElasticState(EaseElastic action, Node target) : base(action, target)
 {
     Period = action.Period;
 }
Example #2
0
		public EaseElasticState (EaseElastic action, Node target) : base (action, target)
		{
			Period = action.Period;
		}